diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-24 16:37:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 15:01:48 +0300 |
commit | ea24f530048cbce0c5335ca3fd3632c8ce34315a (patch) | |
tree | 3f7153cad1c3e34da5e992fe53db104512d7af71 /bootstrap.sh | |
parent | d07521c67db21aa02dddf9615dce9f9f3dfe784c (diff) |
Move bin build system module to separate library
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 6eb570f..3614e93 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -117,7 +117,6 @@ if test -z "$libbutl"; then fi src="build2/*.cxx" -src="$src build2/bin/*.cxx" src="$src build2/c/*.cxx" src="$src build2/cc/*.cxx" src="$src build2/cxx/*.cxx" @@ -128,6 +127,7 @@ src="$src libbuild2/dist/*.cxx" src="$src libbuild2/test/*.cxx" src="$src libbuild2/test/script/*.cxx" src="$src libbuild2/install/*.cxx" +src="$src libbuild2/bin/*.cxx" src="$src libbuild2/version/*.cxx" src="$src libbuild2/in/*.cxx" |