aboutsummaryrefslogtreecommitdiff
path: root/UPGRADE.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-03-03 20:18:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-03-08 11:08:05 +0300
commit078db5116f34ccf006c1e610c7a7ebadbc6f7aca (patch)
tree6a0aad0e4c443fdb9c15b8db6a3182238bb050a0 /UPGRADE.cli
parent89684a3074b4bbfd402d1596f0c30eea18c50ed8 (diff)
Add --exe-{prefix,suffix} and --stage-suffix to build batch files
Diffstat (limited to 'UPGRADE.cli')
-rw-r--r--UPGRADE.cli9
1 files changed, 8 insertions, 1 deletions
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 \