diff options
| author | Eli Zaretskii | 2000-10-07 18:41:26 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-07 18:41:26 +0000 |
| commit | 97ea7b552d0e30f3a76a1c96c46edcd724eea39b (patch) | |
| tree | 88848e6cfd3f01141abb91b56970ea29e65adadd | |
| parent | d151eec5d635e96ae116a8aad9b71e4950e45428 (diff) | |
| download | emacs-97ea7b552d0e30f3a76a1c96c46edcd724eea39b.tar.gz emacs-97ea7b552d0e30f3a76a1c96c46edcd724eea39b.zip | |
Don't remove the Unix shell invocations.
| -rw-r--r-- | msdos/sedleim.inp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp index e84ce54096a..ee4fcf84c5f 100644 --- a/msdos/sedleim.inp +++ b/msdos/sedleim.inp | |||
| @@ -13,6 +13,10 @@ MAKESHELL=/xyzzy/command | |||
| 13 | /^INSTALLDIR=/c\ | 13 | /^INSTALLDIR=/c\ |
| 14 | INSTALLDIR=. | 14 | INSTALLDIR=. |
| 15 | 15 | ||
| 16 | /RUN-EMACS *=/,/^$/c\ | ||
| 17 | export EMACSLOADPATH=${buildlisppath}\ | ||
| 18 | RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte | ||
| 19 | |||
| 16 | /^ cd ../c\ | 20 | /^ cd ../c\ |
| 17 | ${MAKE} -C ../src ${MFLAGS} emacs | 21 | ${MAKE} -C ../src ${MFLAGS} emacs |
| 18 | 22 | ||
| @@ -29,7 +33,4 @@ INSTALLDIR=. | |||
| 29 | /^install:/,/^$/c\ | 33 | /^install:/,/^$/c\ |
| 30 | install: all\ | 34 | install: all\ |
| 31 | 35 | ||
| 32 | /^ ELC=/,/^ rm -f/c\ | ||
| 33 | rm -f ${TIT} $(shell echo ${TIT} | sed 's/\.el/.elc/g') leim-list.elc | ||
| 34 | |||
| 35 | /^ if test -f/d | 36 | /^ if test -f/d |