diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-16 18:02:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-16 18:02:49 +0200 |
commit | ce74d2ce1d5bcc59e3c44d22e581fc203d949cfa (patch) | |
tree | c918b74e329a76c25d24ac64f0d1b9278bb046cd /bootstrap.gmake | |
parent | d84c09cd97e75c1ec7645307f0157df8cef8c79a (diff) |
Document bootstrap makefile usage, out of tree bootstrap/build
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake index 8426a98..650607e 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -4,7 +4,7 @@ # This makefile requires GNU make 3.81 or later and can be used to bootstrap # the build system similar to the bootstrap.sh script. Its main advantage over -# the script is support for building in parallel. +# the script is support for parallel bootstrap. # # Similar to the script, the makefile expects to find the libbutl/ or # libbutl-*/ directory either in the current directory (build2 root) or one |