From 91495e646c688eade6b46f21bb40e3da8b8d6f1a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Jan 2017 08:21:53 +0200 Subject: Implement automatic loading of directory buildfiles Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/ --- build2/config/operation.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/config') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index 68b61c3..e8ba1c2 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -571,6 +571,7 @@ namespace build2 dir_path (), // Out tree. "", nullopt, + false, // Real (not implied). trace).first); if (!quiet) -- cgit v1.1