diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-03-09 11:12:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-03-09 11:12:12 +0200 |
commit | 2e6c3bf33ab1cd75b9936e65568a39571f279fc3 (patch) | |
tree | 2c5a0b7554ffbfb47060f20fb1d3c412ac7edb1f /libbuild2/adhoc-rule-buildscript.cxx | |
parent | 2ede341d59b4ab259caf808dfa65c0ac380ba347 (diff) |
Parallel implementation of update_during_match_prerequisites()
Diffstat (limited to 'libbuild2/adhoc-rule-buildscript.cxx')
-rw-r--r-- | libbuild2/adhoc-rule-buildscript.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libbuild2/adhoc-rule-buildscript.cxx b/libbuild2/adhoc-rule-buildscript.cxx index 25ef1b7..d91be65 100644 --- a/libbuild2/adhoc-rule-buildscript.cxx +++ b/libbuild2/adhoc-rule-buildscript.cxx @@ -459,10 +459,11 @@ namespace build2 // Note that we ignore the result and whether it renders us out of date, // leaving it to the common execute logic in perform_update_*(). // - // Note also that update_during_match() spoils prerequisite_target::data. + // Note also that update_during_match_prerequisites() spoils + // prerequisite_target::data. // if (a == perform_update_id) - update_during_match (trace, a, pts, 2 /* mask */); + update_during_match_prerequisites (trace, a, xt, 2 /* mask */); // See if this is not update or not on a file-based target. // |