--- a/make/common/NativeCompilation.gmk Thu Jun 13 12:50:17 2019 -0700
+++ b/make/common/NativeCompilation.gmk Thu Jun 13 19:04:29 2019 -0400
@@ -799,13 +799,13 @@
# This is a rough heuristic and may not always print accurate information.
$$($1_BUILD_INFO): $$($1_SRCS) $$($1_COMPILE_VARDEPS_FILE)
ifeq ($$(wildcard $$($1_TARGET)), )
- $(ECHO) 'Creating $$(subst $$(OUTPUTDIR)/,,$$($1_TARGET)) from $$(words \
- $$(filter-out %.vardeps, $$?)) file(s)'
+ $$(call LogWarn, Creating $$(subst $$(OUTPUTDIR)/,,$$($1_TARGET)) from $$(words \
+ $$(filter-out %.vardeps, $$?)) file(s))
else
- $(ECHO) $$(strip 'Updating $$(subst $$(OUTPUTDIR)/,,$$($1_TARGET))' \
+ $$(call LogWarn, $$(strip Updating $$(subst $$(OUTPUTDIR)/,,$$($1_TARGET)) \
$$(if $$(filter-out %.vardeps, $$?), \
- 'due to $$(words $$(filter-out %.vardeps, $$?)) file(s)', \
- $$(if $$(filter %.vardeps, $$?), 'due to makefile changes')))
+ due to $$(words $$(filter-out %.vardeps, $$?)) file(s), \
+ $$(if $$(filter %.vardeps, $$?), due to makefile changes))))
endif
$(TOUCH) $$@