mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Don't remove the Unix shell invocations.
This commit is contained in:
parent
d151eec5d6
commit
97ea7b552d
1 changed files with 4 additions and 3 deletions
|
|
@ -13,6 +13,10 @@ MAKESHELL=/xyzzy/command
|
||||||
/^INSTALLDIR=/c\
|
/^INSTALLDIR=/c\
|
||||||
INSTALLDIR=.
|
INSTALLDIR=.
|
||||||
|
|
||||||
|
/RUN-EMACS *=/,/^$/c\
|
||||||
|
export EMACSLOADPATH=${buildlisppath}\
|
||||||
|
RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
|
||||||
|
|
||||||
/^ cd ../c\
|
/^ cd ../c\
|
||||||
${MAKE} -C ../src ${MFLAGS} emacs
|
${MAKE} -C ../src ${MFLAGS} emacs
|
||||||
|
|
||||||
|
|
@ -29,7 +33,4 @@ INSTALLDIR=.
|
||||||
/^install:/,/^$/c\
|
/^install:/,/^$/c\
|
||||||
install: all\
|
install: all\
|
||||||
|
|
||||||
/^ ELC=/,/^ rm -f/c\
|
|
||||||
rm -f ${TIT} $(shell echo ${TIT} | sed 's/\.el/.elc/g') leim-list.elc
|
|
||||||
|
|
||||||
/^ if test -f/d
|
/^ if test -f/d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue