[Pkg-voip-commits] r6763 - /mumble/trunk/debian/rules

slicer-guest at alioth.debian.org slicer-guest at alioth.debian.org
Sun Feb 15 16:42:23 UTC 2009


Author: slicer-guest
Date: Sun Feb 15 16:42:22 2009
New Revision: 6763

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6763
Log:
Use release target for make

Modified:
    mumble/trunk/debian/rules

Modified: mumble/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/rules?rev=6763&op=diff
==============================================================================
--- mumble/trunk/debian/rules (original)
+++ mumble/trunk/debian/rules Sun Feb 15 16:42:22 2009
@@ -27,9 +27,9 @@
 build-arch: build-arch-stamp
 
 build-arch-stamp: configure-stamp
-	$(MAKE)
+	$(MAKE) release
 ifeq ($(DEB_BUILD_ARCH), amd64)
-	(cd overlay_gl && touch overlay.c && $(MAKE) clean && $(MAKE) DESTDIR_ADD=-32 CFLAGS_ADD=-m32 LFLAGS_ADD=-m32 && $(MAKE) clean)
+	(cd overlay_gl && touch overlay.c && $(MAKE) clean && $(MAKE) release DESTDIR_ADD=-32 CFLAGS_ADD=-m32 LFLAGS_ADD=-m32 && $(MAKE) clean)
 endif
 	touch $@
 




More information about the Pkg-voip-commits mailing list