# HG changeset patch # User Andrew Innes # Date 1008369639 0 # Node ID 0722c5b5bce791a16b80a5d586ac8b54b1d9ada4 # Parent 54db4085a7df987600f46ddcdc728dc68976c881 (EMACSLOADPATH): Define. ($(EMACS)): Run `list-load-path-shadows' after dumping emacs. diff -r 54db4085a7df -r 0722c5b5bce7 src/makefile.w32-in --- 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