From 1f7d34d2c5c4cd552e1a20658d64c51b5df909d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Nov 2016 10:06:54 +0200 Subject: By default leave the cli module unconfigured So that we don't pick up so system-installed version of the cli compiler. --- buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 2cf31c3..5fe5693 100644 --- a/buildfile +++ b/buildfile @@ -11,8 +11,8 @@ d = cli/ unit-tests/ # compiler and test the installation with out-of-tree builds of tests/ and # examples/. # -# @@ A problem with this approach is an old cli compiler installed in the -# system -- it will be used for the project including tests and examples. +# Note that to make sure we don't pick up some system-installed cli, we +# default (in bootstrap.build) to leaving the cli module unconfigured. # if $cli.configured d += tests/ examples/ -- cgit v1.1