emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/makefile.w32-in


From: Andrew Innes
Subject: [Emacs-diffs] Changes to emacs/src/makefile.w32-in
Date: Fri, 14 Dec 2001 17:40:40 -0500

Index: emacs/src/makefile.w32-in
diff -c emacs/src/makefile.w32-in:1.13 emacs/src/makefile.w32-in:1.14
*** emacs/src/makefile.w32-in:1.13      Fri Dec 14 11:12:48 2001
--- emacs/src/makefile.w32-in   Fri Dec 14 17:40:39 2001
***************
*** 23,28 ****
--- 23,31 ----
  
  .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,155 ****
--- 153,159 ----
  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]