aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.gmake
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-01 13:52:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-01 13:52:57 +0200
commit727f2cb9a46337cabf01e9186f06f136550023fa (patch)
tree0c7c05aaf1c7afed805f6c754a1af5241b49a061 /bootstrap.gmake
parent61c2d4e0c6885dce9965ed0707cec1da180321c9 (diff)
Add note to bootstrap makefile
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r--bootstrap.gmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake
index 361181c..0a5c4f8 100644
--- a/bootstrap.gmake
+++ b/bootstrap.gmake
@@ -3,8 +3,10 @@
# 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 advantages over
-# the script are support for parallel compilation and an out of tree build.
+# 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. Note also that this makefile does not support incremental updates,
+# only from scratch builds (use the clean target to rebuild).
#
# Similar to the script, the makefile expects to find the libbutl/ or
# libbutl-*/ directory either in the current directory (build2 root) or one