Skip to content

Commit

Permalink
Compile-test: show make variables in log output
Browse files Browse the repository at this point in the history
  • Loading branch information
simonduq committed Nov 18, 2015
1 parent 9bb3a3a commit b9281e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-tests/Makefile.compile-test
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit b9281e2

Please sign in to comment.