Mercurial > emacs
changeset 33505:2b0399706883
(custom-deps, finder-data, autoloads, recompile): Don't set EMACSLOADPATH.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 15 Nov 2000 17:51:41 +0000 |
parents | 6f2387759887 |
children | ba79891b1cd5 |
files | lisp/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Wed Nov 15 14:04:43 2000 +0000 +++ b/lisp/Makefile.in Wed Nov 15 17:51:41 2000 +0000 @@ -87,14 +87,14 @@ custom-deps: cus-load.el doit wd=$(lisp); $(setwins); \ echo Directories: $$wins; \ - $(emacs) -l cus-dep -f custom-make-dependencies $$wins + $(EMACS) $(EMACSOPT) -l cus-dep -f custom-make-dependencies $$wins finder-inf.el: echo "(provide 'finder-inf)" >> $@ finder-data: finder-inf.el doit wd=$(lisp); $(setwins); \ echo Directories: $$wins; \ - $(emacs) -l finder -f finder-compile-keywords-make-dist $$wins + $(EMACS) $(EMACSOPT) -l finder -f finder-compile-keywords-make-dist $$wins loaddefs.el: echo ";;; loaddefs.el --- automatically extracted autoloads" >> $@ @@ -109,7 +109,7 @@ autoloads: loaddefs.el doit wd=$(lisp); $(setwins); \ echo Directories: $$wins; \ - $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins + $(EMACS) $(EMACSOPT) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins subdirs.el: $(MAKE) $(MFLAGS) update-subdirs @@ -175,7 +175,7 @@ # .elc is present. recompile: doit - $(emacs) -f batch-byte-recompile-directory $(lisp) + $(EMACS) $(EMACSOPT) -f batch-byte-recompile-directory $(lisp) # Prepare a bootstrap in the lisp subdirectory. Build loaddefs.el, # because it's not sure it's up-to-date, and if it's not, that might