changeset 42032:0722c5b5bce7

(EMACSLOADPATH): Define. ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
author Andrew Innes <andrewi@gnu.org>
date Fri, 14 Dec 2001 22:40:39 +0000
parents 54db4085a7df
children 032ba12349d0
files src/makefile.w32-in
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.w32-in	Fri Dec 14 22:12:30 2001 +0000
+++ b/src/makefile.w32-in	Fri Dec 14 22:40:39 2001 +0000
@@ -23,6 +23,9 @@
 
 .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 @@
 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