aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.gmake
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-25 14:29:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-25 14:29:11 +0200
commitea69747ba2b371e0e3b1e9ecb044e7d815fbea21 (patch)
treec9bea1977862024031754dd5a29efedb1a8af6cc /bootstrap.gmake
parent176c473cc2198d5d4219a030d1a5d8c31a5ace55 (diff)
Exclude cli and bash modules from bootstrap build
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r--bootstrap.gmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake
index 493befd..e06c5ec 100644
--- a/bootstrap.gmake
+++ b/bootstrap.gmake
@@ -136,13 +136,11 @@ bin \
c \
cc \
cxx \
-cli \
test/script \
test \
version \
install \
-in \
-bash
+in
build2_src := $(wildcard $(src_root)/build2/*.cxx)
build2_src += $(foreach d,$(sub_dirs),$(wildcard $(src_root)/build2/$d/*.cxx))