From 8604b4b98a5fc587129ab8155c546fc45efe62ff Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 10 Sep 2020 23:01:02 +0300 Subject: Add support for default global variable overrides --- build2/b-options.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/b-options.cxx') diff --git a/build2/b-options.cxx b/build2/b-options.cxx index 60eeec6..2bc65b3 100644 --- a/build2/b-options.cxx +++ b/build2/b-options.cxx @@ -1529,7 +1529,8 @@ namespace build2 << ::std::endl << "The default options files for the build system driver are called \033[1mb.options\033[0m and" << ::std::endl << "are searched for in the \033[1m.build2/\033[0m subdirectory of the home directory and in the" << ::std::endl - << "system directory (for example, \033[1m/etc/build2/\033[0m) if configured." << ::std::endl + << "system directory (for example, \033[1m/etc/build2/\033[0m) if configured. Note that besides" << ::std::endl + << "options these files can also contain global variable overrides." << ::std::endl << ::std::endl << "Once the search is complete, the files are loaded in the reverse order, that" << ::std::endl << "is, beginning from the system directory (if any), followed by the home" << ::std::endl -- cgit v1.1