aboutsummaryrefslogtreecommitdiffstats
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-07 18:41:26 +0000
committerEli Zaretskii2000-10-07 18:41:26 +0000
commit97ea7b552d0e30f3a76a1c96c46edcd724eea39b (patch)
tree88848e6cfd3f01141abb91b56970ea29e65adadd /msdos
parentd151eec5d635e96ae116a8aad9b71e4950e45428 (diff)
downloademacs-97ea7b552d0e30f3a76a1c96c46edcd724eea39b.tar.gz
emacs-97ea7b552d0e30f3a76a1c96c46edcd724eea39b.zip
Don't remove the Unix shell invocations.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sedleim.inp7
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\
14INSTALLDIR=. 14INSTALLDIR=.
15 15
16/RUN-EMACS *=/,/^$/c\
17export EMACSLOADPATH=${buildlisppath}\
18RUN-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\
30install: all\ 34install: 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