aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-04-14 11:36:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-04-14 11:36:15 +0200
commita1a01cbce316c5da7aa94e6b6a71eae98bffed1c (patch)
treefdb027ef8cc0510da661be7ff6dd983bf4bd8437 /build2
parent894813b993963de006d0a8aa7480b0403daaa87a (diff)
Minor clarification in comment
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));