diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-13 16:19:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-13 16:19:48 +0200 |
commit | 05f7e55b170f327ee5d8772d1ab5812912fb5145 (patch) | |
tree | ae81781ef04ef5bc7467ca2334f8549754b8584e /build2 | |
parent | 972090a5a9d0eae473820f7f59b9db356b85be95 (diff) |
Add feature: bpkg create amalgamation functionality in build2
Diffstat (limited to 'build2')
-rw-r--r-- | build2/create-amalgamation | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build2/create-amalgamation b/build2/create-amalgamation new file mode 100644 index 0000000..4c0a3f6 --- /dev/null +++ b/build2/create-amalgamation @@ -0,0 +1,11 @@ +- bpkg create amalgamation functionality in build2 [feature 0.5.0] + +* Would be nice to have wildcard prerequisite (with exclusion) support for + the root buildfile. + +* We can also pre-load (or pre-init) the specified modules and decide where + to put them (in bootstrap.build if they are bootable). + +* Naturally, bpkg should then use this instead of doing it itself. + +* Probably makes sense to combine with configure somehow. |