hotspot/make/linux/makefiles/trace.make
changeset 26691 40ea2c41f53b
parent 18025 b7bcf7497f93
child 33773 caf1d935e1c7
--- a/hotspot/make/linux/makefiles/trace.make	Mon Sep 15 14:28:15 2014 -0700
+++ b/hotspot/make/linux/makefiles/trace.make	Tue Sep 16 12:13:13 2014 +0200
@@ -81,7 +81,7 @@
 all: $(TraceGeneratedFiles)
 
 GENERATE_CODE= \
-  $(QUIETLY) echo Generating $@; \
+  $(QUIETLY) echo $(LOG_INFO) Generating $@; \
   $(XSLT) -IN $(word 1,$^) -XSL $(word 2,$^) -OUT $@; \
   test -f $@