diff options
| -rw-r--r-- | msdos/sed1v2.inp | 7 |
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/ | |||
| 72 | s/bootstrap-doc/b-doc/ | 72 | s/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/ |
| 74 | s/echo.*buildobj.lst/dj&/ | 74 | s/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 | ||