From: Eli Zaretskii Date: Sat, 9 Mar 2002 14:41:13 +0000 (+0000) Subject: Edit the bootstrap-* targets. X-Git-Tag: ttn-vms-21-2-B4~16260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f331aa55c92a1617f72120cc3ecc8c7afb4cbf9;p=emacs.git Edit the bootstrap-* targets. --- diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index ddf06f613d1..a74f39a4ffa 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp @@ -22,7 +22,7 @@ s/^ / / s/\.h\.in/.h-in/ /^ LC_ALL=C \.\/temacs/i\ stubedit temacs.exe minstack=100k -/^ LC_ALL=C \.\/temacs/s/LC_ALL=C/set &;/ +/^ LC_ALL=C.*temacs/s/LC_ALL=C/set &;/ /^MAKE *=/s/^/# / /^SHELL *=/s/^/# / /^srcdir *=/s/@[^@\n]*@/./ @@ -50,3 +50,14 @@ s/\.h\.in/.h-in/ command.com /c if exist .gdbinit rm -f _gdbinit /^ else mv \.\/\.gdbinit/d /^ #/d +s/bootstrap-emacs/b-emacs/ +s/bootstrap-temacs/b-temacs/ +s/bootstrap-doc/b-doc/ +/rm -f bootstrap-emacs/s/b-emacs/b-emacs b-emacs.exe/ +/^ els=/c\ + ${libsrc}make-docfile -o ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP:.elc=.el} ${shortlisp:.elc=.el} ${SOME_MACHINE_OBJECTS} ${obj} +/^ mv -f emacs/a\ + stubify emacs\ + stubedit emacs.exe minstack=1024k\ + mv -f emacs.exe b-emacs.exe\ + rm -f temacs.exe