aboutsummaryrefslogtreecommitdiff
path: root/BOOTSTRAP-UNIX.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-03-01 22:40:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-03-03 23:25:50 +0300
commit54e255c85d717900cf5923bdb7a2d8d9a264f7c4 (patch)
tree4bd6cb07aae45fa7748f2e6c9728046214ea8890 /BOOTSTRAP-UNIX.cli
parent4af5b771e7686bbe18773aabfefda20ef487621d (diff)
Add --exe-{prefix,suffix} and --stage-suffix to build.sh
Diffstat (limited to 'BOOTSTRAP-UNIX.cli')
-rw-r--r--BOOTSTRAP-UNIX.cli7
1 files changed, 5 insertions, 2 deletions
diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli
index 21f502d..abffc6d 100644
--- a/BOOTSTRAP-UNIX.cli
+++ b/BOOTSTRAP-UNIX.cli
@@ -222,8 +222,8 @@ a local installation and skip the rest of the steps.
To perform a local installation you will need to change the \c{configure} and
\c{install} command lines above along these lines (see also notes on the
-following step about only building shared libraries and private installation
-subdirectory):
+following step about only building shared libraries, private installation
+subdirectory, and toolchain executables prefix/suffix):
\
$ build2/build2/b-boot configure \
@@ -297,6 +297,9 @@ and that any further such installations won't interfere with \c{build2}. If,
however, you are installing into a private location, such as \c{/opt/build2/},
then you can remove \c{config.install.private=build2}.|
+\N|To add a custom suffix/prefix to the toolchain executables names, add
+\c{config.bin.exe.prefix=...} and/or \c{config.bin.exe.suffix=...}.|
+
Next, we add the package repository, build, and install:
\