From: Andrew Innes Date: Fri, 14 Dec 2001 22:41:41 +0000 (+0000) Subject: (EMACSLOADPATH): Define. X-Git-Tag: ttn-vms-21-2-B4~17724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=325111e9b865fe29a0e710610e95d5002e2f1223;p=emacs.git (EMACSLOADPATH): Define. ($(EMACS)): Run `list-load-path-shadows' after dumping emacs. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1a1ece6ed78..99873c846df 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,8 @@ 2001-12-14 Andrew Innes - * 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 diff --git a/src/makefile.w32-in b/src/makefile.w32-in index a18f0a50315..2cf1458eac7 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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