common/makefiles/MakeBase.gmk

Print this page

        

*** 136,145 **** --- 136,146 ---- $(if $(REPORT_BUILD_TIMES),$(call RecordEndTime,TOTAL) && $(call ReportBuildTimes,$1),) endef # Hook to be called as the very first thing when running a normal build define AtRootMakeStart + $(if $(findstring -j,$(MAKEFLAGS)), $(error make -j is not supported, use make JOBS=n)) $(call PrintStartMessage) $(call StartTimer) endef # Hook to be called as the very last thing for targets that are "top level" targets