aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorMiles Bader2007-08-21 04:51:30 +0000
committerMiles Bader2007-08-21 04:51:30 +0000
commitbdaf8a62d53cf8d5a0dc4f0dc530ecd6fc1f44fe (patch)
tree083bb8dc3faa311402bb8e86a67a4b9aeb207592 /nt
parentcb3fe75728ff4703c11aeb61c079a97da11ec637 (diff)
parent30a718e6b77f4f0c422f748dd14ea772b7fa2a1a (diff)
downloademacs-bdaf8a62d53cf8d5a0dc4f0dc530ecd6fc1f44fe.tar.gz
emacs-bdaf8a62d53cf8d5a0dc4f0dc530ecd6fc1f44fe.zip
Merge from emacs--rel--22
Patches applied: * emacs--rel--22 (patch 93-96) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 245) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-856
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/makefile.w32-in1
2 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index deea04bff17..82771f836c6 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12007-08-14 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
2
3 * makefile.w32-in (bootstrap-nmake): Change directories once more.
4
12007-07-25 Glenn Morris <rgm@gnu.org> 52007-07-25 Glenn Morris <rgm@gnu.org>
2 6
3 * Relicense all FSF files to GPLv3 or later. 7 * Relicense all FSF files to GPLv3 or later.
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index e7a10698ea2..05e9a665879 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -153,6 +153,7 @@ bootstrap-nmake: addsection cmdproxy
153 cd ..\src 153 cd ..\src
154 $(MAKE) $(MFLAGS) bootstrap 154 $(MAKE) $(MFLAGS) bootstrap
155 $(MAKE) $(MFLAGS) bootstrap-clean 155 $(MAKE) $(MFLAGS) bootstrap-clean
156 cd ..\nt
156 $(CP) $(BLD)/cmdproxy.exe ../bin 157 $(CP) $(BLD)/cmdproxy.exe ../bin
157 cd ..\lisp 158 cd ..\lisp
158 $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap 159 $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap