From 1b01309cf61f45ffc5862a2c3da8c71324bc77b3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 Aug 2016 16:38:18 +0200 Subject: Implement out-qualified target syntax for setting target-specific vars So now we can do: doc{INSTALL}@./: install = false Note that so far that's the only place where we support out-qualification. Grep for @@ OUT to see other places. --- tests/test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test.sh') diff --git a/tests/test.sh b/tests/test.sh index f29b43a..9ce7152 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -22,6 +22,7 @@ test "names" test "pairs" test "quote" test "scope" +test "target/out-qualified" test "variable/dir-path" test "variable/expansion" test "variable/null" -- cgit v1.1