diff options
| author | Eli Zaretskii | 2002-03-09 14:41:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-09 14:41:13 +0000 |
| commit | 8f331aa55c92a1617f72120cc3ecc8c7afb4cbf9 (patch) | |
| tree | 52df26d7d68d841fffce2597d14f661dbbde27af | |
| parent | 9cf57fc94f63e93ec8a585e8fad6985b668ce9c7 (diff) | |
| download | emacs-8f331aa55c92a1617f72120cc3ecc8c7afb4cbf9.tar.gz emacs-8f331aa55c92a1617f72120cc3ecc8c7afb4cbf9.zip | |
Edit the bootstrap-* targets.
| -rw-r--r-- | msdos/sed1v2.inp | 13 |
1 files changed, 12 insertions, 1 deletions
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/^ / / | |||
| 22 | s/\.h\.in/.h-in/ | 22 | s/\.h\.in/.h-in/ |
| 23 | /^ LC_ALL=C \.\/temacs/i\ | 23 | /^ LC_ALL=C \.\/temacs/i\ |
| 24 | stubedit temacs.exe minstack=100k | 24 | stubedit temacs.exe minstack=100k |
| 25 | /^ LC_ALL=C \.\/temacs/s/LC_ALL=C/set &;/ | 25 | /^ LC_ALL=C.*temacs/s/LC_ALL=C/set &;/ |
| 26 | /^MAKE *=/s/^/# / | 26 | /^MAKE *=/s/^/# / |
| 27 | /^SHELL *=/s/^/# / | 27 | /^SHELL *=/s/^/# / |
| 28 | /^srcdir *=/s/@[^@\n]*@/./ | 28 | /^srcdir *=/s/@[^@\n]*@/./ |
| @@ -50,3 +50,14 @@ s/\.h\.in/.h-in/ | |||
| 50 | command.com /c if exist .gdbinit rm -f _gdbinit | 50 | command.com /c if exist .gdbinit rm -f _gdbinit |
| 51 | /^ else mv \.\/\.gdbinit/d | 51 | /^ else mv \.\/\.gdbinit/d |
| 52 | /^ #/d | 52 | /^ #/d |
| 53 | s/bootstrap-emacs/b-emacs/ | ||
| 54 | s/bootstrap-temacs/b-temacs/ | ||
| 55 | s/bootstrap-doc/b-doc/ | ||
| 56 | /rm -f bootstrap-emacs/s/b-emacs/b-emacs b-emacs.exe/ | ||
| 57 | /^ els=/c\ | ||
| 58 | ${libsrc}make-docfile -o ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP:.elc=.el} ${shortlisp:.elc=.el} ${SOME_MACHINE_OBJECTS} ${obj} | ||
| 59 | /^ mv -f emacs/a\ | ||
| 60 | stubify emacs\ | ||
| 61 | stubedit emacs.exe minstack=1024k\ | ||
| 62 | mv -f emacs.exe b-emacs.exe\ | ||
| 63 | rm -f temacs.exe | ||