From 01e057fb27ccd9b765cd02b84f5312232c1f03ec Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2020 11:48:15 +0200 Subject: Add note to root buildfile --- buildfile | 5 +++++ 1 file changed, 5 insertions(+) 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' -- cgit v1.1