common/makefiles/MakeBase.gmk

changeset 458
c8d320b48626
parent 445
efd26e051e50
child 478
2ba6f4da4bf3
equal deleted inserted replaced
455:633f2378c904 458:c8d320b48626
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 $(call PrintStartMessage) 142 $(call PrintStartMessage)
142 $(call StartTimer) 143 $(call StartTimer)
143 endef 144 endef
144 145
145 # 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