From 3b0df49b8828921edfb7b764b0628fb164dab852 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Nov 2017 13:33:06 +0200 Subject: Initial support for prerequisite-specific variables, use for bin.whole --- build2/target.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/target.cxx') diff --git a/build2/target.cxx b/build2/target.cxx index 062db06..d81ccd5 100644 --- a/build2/target.cxx +++ b/build2/target.cxx @@ -247,6 +247,8 @@ namespace build2 value& target:: append (const variable& var) { + // Note: see also prerequisite::append() if changing anything here. + // Note that here we want the original value without any overrides // applied. // -- cgit v1.1