From 233255f0e14f364841751755958375fe27380ba6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Mar 2017 11:37:14 +0200 Subject: Implement implied buildfile support In essence, if the buildfile is: ./: */ Then it can be omitted entirely (provided there is at least one subdirectory). --- 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 951da30..a029b60 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -479,6 +479,7 @@ namespace build2 static void disfigure_search (const scope& root, + const scope&, const target_key&, const location&, action_targets& ts) -- cgit v1.1