common/makefiles/Main.gmk
changeset 15790 3a8903868eb2
parent 15587 c9c8462e0bc3
child 15911 f4b36c906846
--- a/common/makefiles/Main.gmk	Thu Feb 28 20:29:19 2013 -0800
+++ b/common/makefiles/Main.gmk	Mon Mar 04 16:45:07 2013 +0100
@@ -58,9 +58,6 @@
 
 # Setup number of jobs to use. -jN is unfortunately not available for us to parse from the command line,
 # hence this workaround.
-ifeq ($(JOBS),)
-    JOBS=$(NUM_CORES)
-endif
 MAKE_ARGS:=$(MAKE_ARGS) -j$(JOBS)
 
 ### Main targets