Searched refs:MAKEJOBS (Results 1 - 1 of 1) sorted by path

/xnu-2422.115.4/
H A DMakefile122 # If MAKEJOBS or -jN is passed on the make line, that takes precedence.
124 MAKEJOBS := --jobs=$(shell expr `/usr/sbin/sysctl -n hw.physicalcpu` \* 2) macro
137 $(_v)$(MAKE) -r $(if $(filter -j,$(MAKEFLAGS)),,$(MAKEJOBS)) -f $(MakeInc_top) $@

Completed in 22 milliseconds