aboutsummaryrefslogtreecommitdiff
path: root/build/target
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-25 13:41:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-25 13:41:19 +0200
commit95239b7c5404965d4f5ef997b5b75bf542a25192 (patch)
tree1b4fc6229723babffa7c5d56ee0c2eae24215535 /build/target
parentf56b5a42b9aaaeb0c4e7dee894dea9686599b88c (diff)
Part one of dependency injection with auto-generation support
Diffstat (limited to 'build/target')
-rw-r--r--build/target3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/target b/build/target
index ddf5a2e..1de521e 100644
--- a/build/target
+++ b/build/target
@@ -552,6 +552,9 @@ namespace build
// the directory. Similarly, if name_suffix is not NULL, add it after
// the name part and before the extension.
//
+ // Finally, if the path was already assigned to this target, then
+ // this function verifies that the two are the same.
+ //
void
derive_path (const char* default_ext = nullptr,
const char* name_prefix = nullptr,