From 078db5116f34ccf006c1e610c7a7ebadbc6f7aca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 3 Mar 2021 20:18:01 +0300 Subject: Add --exe-{prefix,suffix} and --stage-suffix to build batch files --- UPGRADE.cli | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'UPGRADE.cli') diff --git a/UPGRADE.cli b/UPGRADE.cli index 066153f..b51f538 100644 --- a/UPGRADE.cli +++ b/UPGRADE.cli @@ -133,6 +133,12 @@ $ bpkg install \ --all \ +\N|If during installation you have added a custom prefix/suffix to the +toolchain executables names with \c{config.bin.exe.prefix} and/or +\c{config.bin.exe.suffix}, add \c{config.bin.exe.prefix=[null]} and/or +\c{config.bin.exe.suffix=[null]} to suppress them in the executables being +staged.| + You can also specify the desired packages and/or versions explicitly, again, similar to the dirty upgrade.| @@ -169,7 +175,8 @@ $ bpkg-stage install --all Finally, we clean up by removing the staged toolchain (hint: use the command line history to find the corresponding \c{install} command and change it to -\c{uninstall}): +\c{uninstall}; see also a note at step 2 about toolchain executables +prefix/suffix): \ $ bpkg uninstall \ -- cgit v1.1