Compile-test: show make variables in log output

ico
Simon Duquennoy 2015-11-18 17:37:02 +01:00
parent 9bb3a3a235
commit b9281e2faa
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ get_target = $(firstword $(subst :, ,$1))
get_target_vars = $(wordlist 2,15,$(subst :, ,$1))
define dooneexample
@echo Building example $(3): $(1) for target $(2)
@echo Building example $(3): $(1) $(4) for target $(2)
@((cd $(EXAMPLESDIR)/$(1); \
make $(4) TARGET=$(2) clean && make $(4) TARGET=$(2) WERROR=1) > \
$(3)-$(subst /,-,$(1))$(2).report 2>&1 && \