aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes2001-12-14 22:41:41 +0000
committerAndrew Innes2001-12-14 22:41:41 +0000
commit325111e9b865fe29a0e710610e95d5002e2f1223 (patch)
tree4f821fb43f07d3f67a2ce74bc09ba9ceff0ea3dd /src
parent971489ea0073e704738b2d8ed9d3175b9434fb43 (diff)
downloademacs-325111e9b865fe29a0e710610e95d5002e2f1223.tar.gz
emacs-325111e9b865fe29a0e710610e95d5002e2f1223.zip
(EMACSLOADPATH): Define.
($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/makefile.w32-in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a1ece6ed78..99873c846df 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,8 @@
12001-12-14 Andrew Innes <andrewi@gnu.org> 12001-12-14 Andrew Innes <andrewi@gnu.org>
2 2
3 * makefile.w32-in (bootstrap-temacs): Remove dependency on 3 * makefile.w32-in (EMACSLOADPATH): Define.
4 bootstrap-clean. 4 ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
5 (bootstrap-temacs): Remove dependency on bootstrap-clean.
5 6
62001-12-13 Eli Zaretskii <eliz@is.elta.co.il> 72001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
7 8
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
23 23
24.PHONY: $(ALL) 24.PHONY: $(ALL)
25 25
26# Set EMACSLOADPATH correctly (in case already defined in environment).
27EMACSLOADPATH=$(CURDIR)/../lisp
28
26# 29#
27# HAVE_CONFIG_H is required by some generic gnu sources stuck into 30# HAVE_CONFIG_H is required by some generic gnu sources stuck into
28# the emacs source tree. 31# the emacs source tree.
@@ -150,6 +153,7 @@ all: $(ALL)
150emacs: $(BLD) $(EMACS) 153emacs: $(BLD) $(EMACS)
151$(EMACS): $(DOC) $(TEMACS) 154$(EMACS): $(DOC) $(TEMACS)
152 "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump 155 "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
156 -"$(THISDIR)/$(BLD)/emacs.exe" -q -batch -f list-load-path-shadows
153 157
154# 158#
155# The undumped executable 159# The undumped executable