summaryrefslogtreecommitdiff
path: root/top/gen-bootstrap.sed
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-24 16:24:37 +0200
committerBruno Haible <bruno@clisp.org>2022-07-24 17:44:38 +0200
commit096abe4908834d96a7225218c18d08425aa48b90 (patch)
tree2bed2624a5c50ecb4176eb8d9d256a06a2386908 /top/gen-bootstrap.sed
parent2122284380cc0d1b3b6f11d92c04652616da79c7 (diff)
downloadgnulib-096abe4908834d96a7225218c18d08425aa48b90.tar.gz
Split bootstrap into autopull.sh and autogen.sh.
* top/bootstrap-funclib.sh: New file, based on build-aux/bootstrap. * top/autopull.sh: New file, based on build-aux/bootstrap. * top/autogen.sh: New file, based on build-aux/bootstrap. * top/bootstrap: New file, based on build-aux/bootstrap. * top/gen-bootstrap.sed: New file. * Makefile (build-aux/bootstrap): New rule. (regen): Depend on it. * build-aux/bootstrap: Regenerated using "make build-aux/bootstrap".
Diffstat (limited to 'top/gen-bootstrap.sed')
-rw-r--r--top/gen-bootstrap.sed4
1 files changed, 4 insertions, 0 deletions
diff --git a/top/gen-bootstrap.sed b/top/gen-bootstrap.sed
new file mode 100644
index 0000000000..2851db5eaf
--- /dev/null
+++ b/top/gen-bootstrap.sed
@@ -0,0 +1,4 @@
+/^[.] "[$]medir"[/]bootstrap-funclib.sh/{
+ s/^.*$//
+ r top/bootstrap-funclib.sh
+}