diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-14 11:36:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-14 11:36:15 +0200 |
commit | a1a01cbce316c5da7aa94e6b6a71eae98bffed1c (patch) | |
tree | fdb027ef8cc0510da661be7ff6dd983bf4bd8437 | |
parent | 894813b993963de006d0a8aa7480b0403daaa87a (diff) |
Minor clarification in comment
-rw-r--r-- | build2/b.cxx | 3 |
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)); |