From 05f7e55b170f327ee5d8772d1ab5812912fb5145 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 13 Sep 2016 16:19:48 +0200 Subject: Add feature: bpkg create amalgamation functionality in build2 --- build2/create-amalgamation | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build2/create-amalgamation 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. -- cgit v1.1