diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-25 14:29:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-25 14:29:11 +0200 |
commit | ea69747ba2b371e0e3b1e9ecb044e7d815fbea21 (patch) | |
tree | c9bea1977862024031754dd5a29efedb1a8af6cc /bootstrap.gmake | |
parent | 176c473cc2198d5d4219a030d1a5d8c31a5ace55 (diff) |
Exclude cli and bash modules from bootstrap build
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 4 |
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)) |