aboutsummaryrefslogtreecommitdiff
path: root/build/config/operation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/config/operation.cxx')
-rw-r--r--build/config/operation.cxx6
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.
//