aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-09-21 14:18:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-09-21 14:18:03 +0200
commitfb5c711d0a2ccac1bc014a9a8580e85753e4067b (patch)
tree30a01c753257f2197ea2edc6d8e53ad202ce371a /libbuild2/target.hxx
parentfcb9dc3382f300e72303280fbcebf7b829b3372f (diff)
Fix regression in dynamic dependency extraction, byproduct mode
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx
index 44e8538..f745f59 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -258,6 +258,9 @@ namespace build2
// Note that the order of the enumerators is arranged so that their
// integral values indicate whether one "overrides" the other.
//
+ // We refer to the targets other than real and implied as
+ // dynamically-created or just dynamic.
+ //
// @@ We have cases (like pkg-config extraction) where it should probably be
// prereq_file rather than implied (also audit targets.insert<> calls).
//