summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-13 16:19:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-13 16:19:48 +0200
commit05f7e55b170f327ee5d8772d1ab5812912fb5145 (patch)
treeae81781ef04ef5bc7467ca2334f8549754b8584e
parent972090a5a9d0eae473820f7f59b9db356b85be95 (diff)
Add feature: bpkg create amalgamation functionality in build2
-rw-r--r--build2/create-amalgamation11
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.