diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-07-31 10:04:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-07-31 10:04:16 +0200 |
commit | c7a6f246aa51bbe40772cb663a3a1d7bc67a941d (patch) | |
tree | b883a5086fb1e89b70b872235c94a7e0a8a547a6 /libbuild2 | |
parent | b13b031b2b8a7390d1dd4b2658d0f0b62e43db47 (diff) |
Add cross-reference note
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/config/operation.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/config/operation.cxx b/libbuild2/config/operation.cxx index 150bf1a..b1716cf 100644 --- a/libbuild2/config/operation.cxx +++ b/libbuild2/config/operation.cxx @@ -1062,6 +1062,9 @@ namespace build2 static bool disfigure_project (action a, const scope& rs, project_set& projects) { + // NOTE: if changing anything here, see also code in bpkg that saves the + // configuration files on reconfiguration. + tracer trace ("disfigure_project"); context& ctx (rs.ctx); |