common/makefiles/MakeHelpers.gmk

changeset 514
e69396d6d3e8
parent 507
f2ac4d0edaae
child 559
ef6adbf511cc
     1.1 --- a/common/makefiles/MakeHelpers.gmk	Wed Nov 14 10:18:51 2012 -0800
     1.2 +++ b/common/makefiles/MakeHelpers.gmk	Wed Nov 14 10:20:25 2012 -0800
     1.3 @@ -142,7 +142,7 @@
     1.4  define TargetExit
     1.5      $(call RecordEndTime,$(patsubst %-only,%,$@))
     1.6      $(BUILD_LOG_WRAPPER) $(PRINTF) "## Finished $(patsubst %-only,%,$@) (build time %s)\n\n" \
     1.7 -        "`$(CAT) $(BUILDTIMESDIR)/build_time_diff_$(patsubst %-only,%,$@) | $(CUT) -f 1 -d " "`"
     1.8 +        "`$(CAT) $(BUILDTIMESDIR)/build_time_diff_$(patsubst %-only,%,$@) | $(CUT) -f 1 -d ' '`"
     1.9      $(call CheckIfMakeAtEnd)
    1.10  endef
    1.11  

mercurial