diff options
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/config/operation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/config/operation.cxx b/libbuild2/config/operation.cxx index 264eb93..535018e 100644 --- a/libbuild2/config/operation.cxx +++ b/libbuild2/config/operation.cxx @@ -154,8 +154,8 @@ namespace build2 // values are still lingering in config.build. They are probably // still valid and we should probably continue using them but we // definitely want to move them to our config.build since they - // will be dropped from the amalgamation's config.build. Let's - // also warn the user just in case. + // will be dropped from the amalgamation's config.build on the + // next reconfigure. Let's also warn the user just in case. // // There is also another case that falls under this now that // overrides are by default amalgamation-wide rather than just |