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/target/out-qualified/src/foo | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/target/out-qualified/src/foo (limited to 'tests/target/out-qualified/src/foo') diff --git a/tests/target/out-qualified/src/foo b/tests/target/out-qualified/src/foo new file mode 100644 index 0000000..e69de29 -- cgit v1.1