aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <[email protected]>2015-10-26 16:10:55 +0100
committerJean-Sébastien Pédron <[email protected]>2015-11-17 14:15:53 +0100
commit5d33b1607f0139afb4b8773c1c9f320433c1182b (patch)
tree15522f8b139439f6f8ce0da9e9dbc1de1ddc3c8d /test/Makefile
parentbd6e00675e2b87cf031017b931a02353fc67b250 (diff)
downloaderlang.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/Makefile')
-rw-r--r--test/Makefile2
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