From 1845141809aa91b03718066a6f46863885a6a887 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Mar 2019 09:06:37 +0200 Subject: Add support for alternative build file/directory naming scheme Now the build/*.build, buildfile, and .buildignore filesystem entries in a project can alternatively (but consistently) be called build2/*.build2, build2file, and .build2ignore. See a note at the beginning of the Project Structure section in the manual for details (motivation, restrictions, etc). --- build2/b.cli | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'build2/b.cli') diff --git a/build2/b.cli b/build2/b.cli index a88693d..35d5e2e 100644 --- a/build2/b.cli +++ b/build2/b.cli @@ -561,15 +561,17 @@ namespace build2 "Don't print line and column numbers in diagnostics." } - path --buildfile = "buildfile" + path --buildfile { "", "The alternative file to read build information from. The default is - \cb{buildfile}. If is '\cb{-}', then read from \cb{STDIN}. Note - that this option only affects the files read as part of the buildspec - processing. Specifically, it has no effect on the \cb{source} and - \cb{include} directives. As a result, this option is primarily intended - for testing rather than changing the build file names in real projects." + \cb{buildfile} or \cb{build2file}, depending on the project's build + file/directory naming scheme. If is '\cb{-}', then read from + \cb{STDIN}. Note that this option only affects the files read as part + of the buildspec processing. Specifically, it has no effect on the + \cb{source} and \cb{include} directives. As a result, this option is + primarily intended for testing rather than changing the build file + names in real projects." } path --config-guess -- cgit v1.1