diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-03 11:48:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-03 11:48:15 +0200 |
commit | 01e057fb27ccd9b765cd02b84f5312232c1f03ec (patch) | |
tree | f551e7cffa18417c80b57e3904f054c4bc3127bc | |
parent | e0f547dd5252acaa2346f4ed8943f37480f5d6e4 (diff) |
Add note to root buildfile
-rw-r--r-- | buildfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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' |