r13916 - packages/trunk/0ad/debian

Vincent Cheng vincentc-guest at alioth.debian.org
Tue Dec 18 10:24:07 UTC 2012


Author: vincentc-guest
Date: 2012-12-18 10:24:06 +0000 (Tue, 18 Dec 2012)
New Revision: 13916

Modified:
   packages/trunk/0ad/debian/rules
Log:
0ad: Update d/rules again


Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2012-12-18 10:19:48 UTC (rev 13915)
+++ packages/trunk/0ad/debian/rules	2012-12-18 10:24:06 UTC (rev 13916)
@@ -2,7 +2,6 @@
 
 ifeq ($(findstring parallel=,$(DEB_BUILD_OPTIONS)),)
 	export DEB_BUILD_OPTIONS+=parallel=$(shell getconf _NPROCESSORS_ONLN)
-	export NUMJOBS=$(shell getconf _NPROCESSORS_ONLN)
 endif
 
 %:
@@ -27,7 +26,7 @@
 		--with-system-nvtt \
 		--with-system-mozjs185
 	
-	$(MAKE) config=release -j$(NUMJOBS) -C build/workspaces/gcc
+	$(MAKE) config=release -C build/workspaces/gcc
 
 override_dh_auto_test:
 	# Note: Avoid running tests from root dir of build, otherwise certain




More information about the Pkg-games-commits mailing list