null

Searched refs:REPORT_BUILD_TIMES (Results 1 - 2 of 2) sorted by relevance

/openjdk7/make/
H A DDefs-internal.gmk31 # The build times report is turned off by setting REPORT_BUILD_TIMES to nothing.
34 REPORT_BUILD_TIMES=1
70 $(if $(REPORT_BUILD_TIMES),$(call RecordEndTime,$1),)
75 $(if $(REPORT_BUILD_TIMES),"Build time `$(CAT) $(BUILDTIMESDIR)/build_time_diff_$1` for target(s) $2","") \
/openjdk7/
H A DMakefile124 $(if $(REPORT_BUILD_TIMES),$(call RecordEndTime,TOTAL) && $(call ReportBuildTimes,$1),)
290 clobber:: REPORT_BUILD_TIMES= macro

Completed in 32 milliseconds