From 656c69a2322751a7330dec16f701d863ecad0d6e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Nov 2021 13:02:45 +0300 Subject: Use !config.install.scope=project global override in build scripts and documentation when installing build system modules --- BOOTSTRAP-WINDOWS-MSVC.cli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'BOOTSTRAP-WINDOWS-MSVC.cli') diff --git a/BOOTSTRAP-WINDOWS-MSVC.cli b/BOOTSTRAP-WINDOWS-MSVC.cli index ef4b9b7..8a62ee4 100644 --- a/BOOTSTRAP-WINDOWS-MSVC.cli +++ b/BOOTSTRAP-WINDOWS-MSVC.cli @@ -145,7 +145,7 @@ prefix/suffix, etc): You will also need to build and install the standard build system modules: \ -> b install: libbuild2-*\ +> b install: !config.install.scope=project libbuild2-*\ \ \N|To verify the build system modules installation you can load them with the @@ -239,7 +239,8 @@ Finally, we build and install the standard build system modules: \ > bpkg build --for install libbuild2-autoconf libbuild2-kconfig -> bpkg install --all-pattern=libbuild2-* +> bpkg install !config.install.scope=project ^ + --all-pattern=libbuild2-* \ \N|To get a list of the standard pre-installed build system modules in a -- cgit v1.1