common/makefiles/Main.gmk

changeset 635
907a926d3c96
parent 627
28071e4ca1de
child 653
980ccff2d4f5
     1.1 --- a/common/makefiles/Main.gmk	Thu Feb 28 20:29:19 2013 -0800
     1.2 +++ b/common/makefiles/Main.gmk	Mon Mar 04 16:45:07 2013 +0100
     1.3 @@ -58,9 +58,6 @@
     1.4  
     1.5  # Setup number of jobs to use. -jN is unfortunately not available for us to parse from the command line,
     1.6  # hence this workaround.
     1.7 -ifeq ($(JOBS),)
     1.8 -    JOBS=$(NUM_CORES)
     1.9 -endif
    1.10  MAKE_ARGS:=$(MAKE_ARGS) -j$(JOBS)
    1.11  
    1.12  ### Main targets

mercurial