Compile-test: show make variables in log output
This commit is contained in:
parent
9bb3a3a235
commit
b9281e2faa
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue