diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-20 16:42:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-20 16:43:41 +0200 |
commit | 9aa7a17926ec853618575da1f2222d216e699767 (patch) | |
tree | 6ec8e95217173c92bc18cc61d4576b4cc3a36b8c /bootstrap.gmake | |
parent | a0e862ef2e3fcbb0c3936cb6c0c2548aa666e906 (diff) |
Update documentation
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake index 055504b..51c6f30 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -3,8 +3,8 @@ # license : MIT; see accompanying LICENSE file # 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 parallel bootstrap. +# the build system similar to the bootstrap.sh script. Its main advantages over +# the script are support for parallel compilation and an out of tree build. # # Similar to the script, the makefile expects to find the libbutl/ or # libbutl-*/ directory either in the current directory (build2 root) or one |