common/makefiles/Main.gmk

changeset 635
907a926d3c96
parent 627
28071e4ca1de
child 653
980ccff2d4f5
equal deleted inserted replaced
634:0adf9c626bb1 635:907a926d3c96
56 # Reset the build timers. 56 # Reset the build timers.
57 $(eval $(call ResetAllTimers)) 57 $(eval $(call ResetAllTimers))
58 58
59 # Setup number of jobs to use. -jN is unfortunately not available for us to parse from the command line, 59 # Setup number of jobs to use. -jN is unfortunately not available for us to parse from the command line,
60 # hence this workaround. 60 # hence this workaround.
61 ifeq ($(JOBS),)
62 JOBS=$(NUM_CORES)
63 endif
64 MAKE_ARGS:=$(MAKE_ARGS) -j$(JOBS) 61 MAKE_ARGS:=$(MAKE_ARGS) -j$(JOBS)
65 62
66 ### Main targets 63 ### Main targets
67 64
68 default: jdk 65 default: jdk

mercurial