(EMACSLOADPATH): Define.
($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
This commit is contained in:
parent
971489ea00
commit
325111e9b8
2 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
2001-12-14 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* makefile.w32-in (bootstrap-temacs): Remove dependency on
|
||||
bootstrap-clean.
|
||||
* makefile.w32-in (EMACSLOADPATH): Define.
|
||||
($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
|
||||
(bootstrap-temacs): Remove dependency on bootstrap-clean.
|
||||
|
||||
2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
|
|
|
@ -23,6 +23,9 @@ ALL = emacs
|
|||
|
||||
.PHONY: $(ALL)
|
||||
|
||||
# Set EMACSLOADPATH correctly (in case already defined in environment).
|
||||
EMACSLOADPATH=$(CURDIR)/../lisp
|
||||
|
||||
#
|
||||
# HAVE_CONFIG_H is required by some generic gnu sources stuck into
|
||||
# the emacs source tree.
|
||||
|
@ -150,6 +153,7 @@ all: $(ALL)
|
|||
emacs: $(BLD) $(EMACS)
|
||||
$(EMACS): $(DOC) $(TEMACS)
|
||||
"$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
|
||||
-"$(THISDIR)/$(BLD)/emacs.exe" -q -batch -f list-load-path-shadows
|
||||
|
||||
#
|
||||
# The undumped executable
|
||||
|
|
Loading…
Add table
Reference in a new issue