diff options
author | Jean-Sébastien Pédron <[email protected]> | 2015-10-26 16:10:55 +0100 |
---|---|---|
committer | Jean-Sébastien Pédron <[email protected]> | 2015-11-17 14:15:53 +0100 |
commit | 5d33b1607f0139afb4b8773c1c9f320433c1182b (patch) | |
tree | 15522f8b139439f6f8ce0da9e9dbc1de1ddc3c8d /test | |
parent | bd6e00675e2b87cf031017b931a02353fc67b250 (diff) | |
download | erlang.mk-5d33b1607f0139afb4b8773c1c9f320433c1182b.tar.gz erlang.mk-5d33b1607f0139afb4b8773c1c9f320433c1182b.tar.bz2 erlang.mk-5d33b1607f0139afb4b8773c1c9f320433c1182b.zip |
V=2 causes `set -x` to be set on forked shells
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 4779c9f..8e4d3cc 100644 --- a/test/Makefile +++ b/test/Makefile @@ -82,7 +82,7 @@ else ifeq ($V,2) i = @echo == $@: else t = - v = V=1 + v = V=$(shell echo $$(($(V)-2))) i = @echo == $@: endif |