diff options
-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. |