aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-12-03 11:48:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-12-03 11:48:15 +0200
commit01e057fb27ccd9b765cd02b84f5312232c1f03ec (patch)
treef551e7cffa18417c80b57e3904f054c4bc3127bc /buildfile
parente0f547dd5252acaa2346f4ed8943f37480f5d6e4 (diff)
Add note to root buildfile
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildfile b/buildfile
index bb93923..47924f8 100644
--- a/buildfile
+++ b/buildfile
@@ -1,6 +1,11 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
+# NOTE: This buildfile is only meant to be used to prepare the distribution.
+# If you need to build the toolchain manually, follow the local
+# installation instructions in the BOOTSTRAP-* file corresponding to
+# your platform/compiler.
+#
assert ($build.meta_operation == 'dist' || \
$build.meta_operation == 'configure' || \
$build.meta_operation == 'disfigure') 'only dist and configure supported'