diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-31 06:29:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-31 06:29:05 +0200 |
commit | 618c44ec5e85f7d07540234a0de9fac6e2913243 (patch) | |
tree | b31ca500abc9f13755ceafdd7ff1d2b3398040e9 /build/config/module.cxx | |
parent | b1715878d50aa8a3c3e2404f3ded120329994aba (diff) |
Save config.build
Diffstat (limited to 'build/config/module.cxx')
-rw-r--r-- | build/config/module.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/config/module.cxx b/build/config/module.cxx index 41c2526..59fbb1f 100644 --- a/build/config/module.cxx +++ b/build/config/module.cxx @@ -6,6 +6,7 @@ #include <build/path> #include <build/scope> +#include <build/filesystem> #include <build/diagnostics> #include <build/config/operation> @@ -20,9 +21,8 @@ namespace build trigger (scope&, const path& p) { tracer trace ("config::trigger"); - level4 ([&]{trace << "intercepted sourcing of " << p;}); - return false; + return file_exists (p); } void |