Mercurial > emacs
diff src/makefile.w32-in @ 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 | 9c145edcf87f |
| children | 26edff7f8f45 |
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
