aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-15 08:14:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-15 08:14:22 +0200
commit1a8a287a4f6cc441240dd2e58d243a03c341eea3 (patch)
tree3a12c00ea45fb973e07bdcdddf32ed6680eb2981
parent907a284e955e22de8e78c838a873b0889b33a945 (diff)
Rename bootstrap to bootstrap.sh
Since it is a POSIX shell script (as opposed to bash script) and since we are going to have bootstrap-*.bat.
-rw-r--r--INSTALL.cli8
-rwxr-xr-xbootstrap.sh (renamed from bootstrap)0
-rw-r--r--buildfile2
3 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.cli b/INSTALL.cli
index 723237b..659b803 100644
--- a/INSTALL.cli
+++ b/INSTALL.cli
@@ -12,7 +12,7 @@ later and Clang 3.4 or later are known to work.
\c{build2} is self-hosted, which means that unless you have obtained a
pre-built binary from somewhere else, you will need to bootstrap it. To
-accomplish this, use the '\c{bootstrap}' shell script found in the root
+accomplish this, use the '\c{bootstrap.sh}' shell script found in the root
directory of the \c{build2} distribution. The following is the recommended
sequence of steps:
@@ -31,13 +31,13 @@ build2/ (or build2-X.Y.Z/)
\li|\n2. Bootstrapping\n
-Change to the \c{build2/} directory and execute \c{bootstrap} specifying
+Change to the \c{build2/} directory and execute \c{bootstrap.sh} specifying
the C++ compiler to be used, if necessary (default is \c{g++}; run
-\c{./bootstrap --help} for other options). For example:
+\c{./bootstrap.sh --help} for other options). For example:
\
$ cd build2/
-$ ./bootstrap --cxx clang++-3.5
+$ ./bootstrap.sh --cxx clang++-3.5
\
Once the script completes successfully (which may take some time), the
diff --git a/bootstrap b/bootstrap.sh
index 24261b8..24261b8 100755
--- a/bootstrap
+++ b/bootstrap.sh
diff --git a/buildfile b/buildfile
index cd8cf12..c60a1be 100644
--- a/buildfile
+++ b/buildfile
@@ -6,7 +6,7 @@ d = build2/ tests/ doc/
./: $d \
doc{INSTALL LICENSE NEWS README version} \
-file{INSTALL.cli config.guess config.sub bootstrap manifest}
+file{INSTALL.cli config.guess config.sub bootstrap.sh manifest}
include $d