diff options
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); |