diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/config/operation.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/config/operation.cxx b/build/config/operation.cxx index cab6520..295a38a 100644 --- a/build/config/operation.cxx +++ b/build/config/operation.cxx @@ -102,6 +102,12 @@ namespace build const variable& var (p.first->first); const value& val (p.first->second); + // Skip special variables. + // + if (var.name == "config.loaded" || + var.name == "config.configured") + continue; + // Warn the user if the value that we are saving differs // from the one they specified on the command line. // |