diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-19 05:45:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-19 05:45:32 +0200 |
commit | 5fec6c87511cacfd9561664a652f8f1b679adcce (patch) | |
tree | f29a4d5bb9a8a23dc2af3749539a491514dc04af /libbuild2/dist | |
parent | b408d19f614b47670cd0a0def501266f0d7689b5 (diff) |
Take 1: match/execute as part of target (dead end)posthoc-take1
Diffstat (limited to 'libbuild2/dist')
-rw-r--r-- | libbuild2/dist/operation.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/dist/operation.cxx b/libbuild2/dist/operation.cxx index 91d2321..fc31022 100644 --- a/libbuild2/dist/operation.cxx +++ b/libbuild2/dist/operation.cxx @@ -1092,6 +1092,8 @@ namespace build2 // given the prescribed semantics of adhoc (match/execute but otherwise // ignore) is followed. // + // Note that we don't need to do anything for posthoc. + // if (i == include_type::excluded) { l5 ([&]{trace << "overriding exclusion of " << p;}); |