8151300: Build shell trace functionality lost in JDK-8076060
authorerikj
Mon, 07 Mar 2016 09:13:56 +0100
changeset 36169 1613fd93b3f4
parent 36168 1fdc6101d10e
child 36170 d493c08255eb
8151300: Build shell trace functionality lost in JDK-8076060 Reviewed-by: tbell
make/common/MakeBase.gmk
--- a/make/common/MakeBase.gmk	Thu Mar 03 12:25:50 2016 -0800
+++ b/make/common/MakeBase.gmk	Mon Mar 07 09:13:56 2016 +0100
@@ -282,7 +282,7 @@
     # Default shell seems to always be /bin/sh. Must override with bash to get this to work on Solaris.
     # Only use time if it's GNU time which supports format and output file.
     WRAPPER_SHELL := $$(BASH) $$(SRC_ROOT)/common/bin/shell-tracer.sh $$(if $$(findstring yes,$$(IS_GNU_TIME)),$$(TIME),-) $$(OUTPUT_ROOT)/build-trace-time.log $$(SHELL)
-    SHELL := $$(warning $$(if $$@,Building $$@,Running shell command) $$(if $$<, (from $$<))$$(if $$?, ($$(wordlist 1, 20, $$?) $$(if $$(wordlist 21, 22, $$?), ... [in total $$(words $$?) files]) newer)))$$(WRAPPER_SHELL)
+    SHELL = $$(warning $$(if $$@,Building $$@,Running shell command) $$(if $$<, (from $$<))$$(if $$?, ($$(wordlist 1, 20, $$?) $$(if $$(wordlist 21, 22, $$?), ... [in total $$(words $$?) files]) newer)))$$(WRAPPER_SHELL)
   endif
   # The warn level can never be turned off
   LogWarn = $$(info $$(strip $$1))