aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
Diffstat (limited to 'build2')
-rw-r--r--build2/b.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index ee0d58c..04f0677 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -1198,7 +1198,8 @@ main (int argc, char* argv[])
// defined there (common with non-intrusive project conversions
// where everything is built from a single root buildfile).
//
- // @@ Shouldn't the second be src_root, not src_base?
+ // Note: we use find_plausible_buildfile() and not find_buildfile()
+ // to look in outer directories.
//
optional<path> bf (
find_buildfile (src_base, src_base, altn, buildfile));