common/makefiles/MakeBase.gmk

changeset 478
2ba6f4da4bf3
parent 458
c8d320b48626
child 494
e64f2cb57d05
equal deleted inserted replaced
476:76844579fa4b 478:2ba6f4da4bf3
136 $(if $(REPORT_BUILD_TIMES),$(call RecordEndTime,TOTAL) && $(call ReportBuildTimes,$1),) 136 $(if $(REPORT_BUILD_TIMES),$(call RecordEndTime,TOTAL) && $(call ReportBuildTimes,$1),)
137 endef 137 endef
138 138
139 # Hook to be called as the very first thing when running a normal build 139 # Hook to be called as the very first thing when running a normal build
140 define AtRootMakeStart 140 define AtRootMakeStart
141 $(if $(findstring -j,$(MAKEFLAGS)), $(error make -j is not supported, use make JOBS=n)) 141 $(if $(findstring --jobserver,$(MAKEFLAGS)), $(error make -j is not supported, use make JOBS=n))
142 $(call PrintStartMessage) 142 $(call PrintStartMessage)
143 $(call StartTimer) 143 $(call StartTimer)
144 endef 144 endef
145 145
146 # Hook to be called as the very last thing for targets that are "top level" targets 146 # Hook to be called as the very last thing for targets that are "top level" targets

mercurial