diff -r 0adf9c626bb1 -r 907a926d3c96 common/makefiles/Main.gmk --- 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