From: Eli Zaretskii Date: Sat, 7 Oct 2000 18:41:26 +0000 (+0000) Subject: Don't remove the Unix shell invocations. X-Git-Tag: emacs-pretest-21.0.90~1072 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97ea7b552d0e30f3a76a1c96c46edcd724eea39b;p=emacs.git Don't remove the Unix shell invocations. --- 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 /^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