aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/makefile.w32-in2
2 files changed, 6 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index f16de071860..9091da843cf 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,5 +1,10 @@
12004-06-06 Juanma Barranquero <lektu@terra.es> 12004-06-06 Juanma Barranquero <lektu@terra.es>
2 2
3 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
4 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
5 calling non-existent cmdproxy.exe on boostrappings after a
6 previous install followed by realclean.
7
3 * nmake.defs: Add quote in comment to resync font-locking. 8 * nmake.defs: Add quote in comment to resync font-locking.
4 9
52004-06-04 Juanma Barranquero <lektu@terra.es> 102004-06-04 Juanma Barranquero <lektu@terra.es>
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 4f619b3f2e3..6363904108e 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -139,7 +139,7 @@ bootstrap-nmake:
139 $(MAKE) $(MFLAGS) bootstrap 139 $(MAKE) $(MFLAGS) bootstrap
140 $(MAKE) $(MFLAGS) bootstrap-clean 140 $(MAKE) $(MFLAGS) bootstrap-clean
141 cd ..\lisp 141 cd ..\lisp
142 $(MAKE) $(MFLAGS) bootstrap 142 $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap
143 cd ..\lib-src 143 cd ..\lib-src
144 $(MAKE) $(MFLAGS) DOC 144 $(MAKE) $(MFLAGS) DOC
145 cd ..\nt 145 cd ..\nt