]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't remove the Unix shell invocations.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Oct 2000 18:41:26 +0000 (18:41 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Oct 2000 18:41:26 +0000 (18:41 +0000)
msdos/sedleim.inp

index e84ce54096a41c3002e10bd4b8ccfaeea26055d6..ee4fcf84c5fbdc972a65df3f507b7067256b03eb 100644 (file)
@@ -13,6 +13,10 @@ MAKESHELL=/xyzzy/command
 /^INSTALLDIR=/c\
 INSTALLDIR=.
 
+/RUN-EMACS *=/,/^$/c\
+export EMACSLOADPATH=${buildlisppath}\
+RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
+
 /^     cd ../c\
        ${MAKE} -C ../src ${MFLAGS} emacs
 
@@ -29,7 +33,4 @@ INSTALLDIR=.
 /^install:/,/^$/c\
 install: all\
 
-/^     ELC=/,/^        rm -f/c\
-       rm -f ${TIT} $(shell echo ${TIT} | sed 's/\.el/.elc/g') leim-list.elc
-
 /^     if test -f/d