From b611e797ad9db9794f4d151f454fa731d12b0bd3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Nov 2018 13:08:29 +0200 Subject: Fallback to loading outer buildfile if there isn't one in src_base This covers the case where the target is defined in the outer buildfile which is common with non-intrusive project conversions where everything is built from a single root buildfile. --- build2/filesystem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/filesystem.hxx') diff --git a/build2/filesystem.hxx b/build2/filesystem.hxx index 3bcd807..257a1d9 100644 --- a/build2/filesystem.hxx +++ b/build2/filesystem.hxx @@ -133,7 +133,7 @@ namespace build2 // recursive names patterns. For now the file is just a marker and its // contents don't matter. // - extern const path buildignore; // .buildignore + extern const path buildignore_file; // .buildignore // Create a directory containing an empty .buildignore file. // -- cgit v1.1