From a1a01cbce316c5da7aa94e6b6a71eae98bffed1c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Apr 2023 11:36:15 +0200 Subject: Minor clarification in comment --- build2/b.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2') 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 bf ( find_buildfile (src_base, src_base, altn, buildfile)); -- cgit v1.1