summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-23 10:06:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-23 10:06:54 +0200
commit1f7d34d2c5c4cd552e1a20658d64c51b5df909d1 (patch)
treecdedd876424ffce51d0a394f482f4a9c9808bf02 /buildfile
parentd52c1fb406b1cef82c5f5a28fc1804d7d99a49d8 (diff)
By default leave the cli module unconfigured
So that we don't pick up so system-installed version of the cli compiler.
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile4
1 files changed, 2 insertions, 2 deletions
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/