aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-11-15 15:37:41 +0000
committerEli Zaretskii2008-11-15 15:37:41 +0000
commit164fd5f8ea9372dff42a2c6d51f91b498e77b600 (patch)
tree325480ffbd9f8f28b2bb8156425b0bac772c0147
parent2a2ec64942f0e34acc93425f1408ec5a8e9d76b3 (diff)
downloademacs-164fd5f8ea9372dff42a2c6d51f91b498e77b600.tar.gz
emacs-164fd5f8ea9372dff42a2c6d51f91b498e77b600.zip
Create bootlisp when bootstrapping b-emacs.exe.
-rw-r--r--msdos/sed1v2.inp7
1 files changed, 6 insertions, 1 deletions
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp
index f2586750a88..616a03f49a1 100644
--- a/msdos/sed1v2.inp
+++ b/msdos/sed1v2.inp
@@ -72,8 +72,13 @@ s/bootstrap-temacs/b-temacs/
72s/bootstrap-doc/b-doc/ 72s/bootstrap-doc/b-doc/
73/rm -f bootstrap-emacs/s/b-emacs/b-emacs b-emacs.exe/ 73/rm -f bootstrap-emacs/s/b-emacs/b-emacs b-emacs.exe/
74s/echo.*buildobj.lst/dj&/ 74s/echo.*buildobj.lst/dj&/
75/ --load loadup bootstrap/i\
76 stubedit temacs.exe minstack=1024k
77/ --load loadup bootstrap/a\
78 stubify emacs
75/^ mv -f emacs/a\ 79/^ mv -f emacs/a\
76 stubedit b-emacs.exe minstack=3072k 80 stubedit b-emacs.exe minstack=3072k\
81 djecho bootlisp > bootlisp
77/^ -\{0,1\}rm -f/s/\\#/#/ 82/^ -\{0,1\}rm -f/s/\\#/#/
78/^ @\{0,1\}cd ..\/lisp; /s|$|\; cd ../src| 83/^ @\{0,1\}cd ..\/lisp; /s|$|\; cd ../src|
79 84