# HG changeset patch # User Eli Zaretskii # Date 1015684873 0 # Node ID 84c29fc4cbf37a8e98c4b282c1af3a03dd2be2fc # Parent 97a0f070b8ce85a1eeb31e35230671f18762dabd Edit the bootstrap-* targets. diff -r 97a0f070b8ce -r 84c29fc4cbf3 msdos/sed1v2.inp --- a/msdos/sed1v2.inp Sat Mar 09 14:23:25 2002 +0000 +++ b/msdos/sed1v2.inp Sat Mar 09 14:41:13 2002 +0000 @@ -22,7 +22,7 @@ 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 @@ 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