aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-23 10:28:08 +0000
committerEli Zaretskii2006-12-23 10:28:08 +0000
commitd572c0057f5f93fbb34eb246f79b25fbff1d8b8f (patch)
tree56138a9de93370a68108202f75c9491992d9066b
parent41e2a949ccb4ca1d9b9937c1b9ff69d7a7e357a5 (diff)
downloademacs-d572c0057f5f93fbb34eb246f79b25fbff1d8b8f.tar.gz
emacs-d572c0057f5f93fbb34eb246f79b25fbff1d8b8f.zip
(all-other-dirs-nmake, recompile-nmake): Don't use $(XMFLAGS).
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/makefile.w32-in12
2 files changed, 11 insertions, 6 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 493e2351093..c67fac35749 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12006-12-23 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
4 use $(XMFLAGS).
5
12006-12-22 Eli Zaretskii <eliz@gnu.org> 62006-12-22 Eli Zaretskii <eliz@gnu.org>
2 7
3 * INSTALL: Explain how to invoke GNU Make for parallel builds. 8 * INSTALL: Explain how to invoke GNU Make for parallel builds.
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index ddbc0c0cab2..cc707cd30bb 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -82,13 +82,13 @@ all: which-sh stamp_BLD $(ALL) maybe-bootstrap all-other-dirs-$(MAKETYPE)
82 82
83all-other-dirs-nmake: addsection 83all-other-dirs-nmake: addsection
84 cd ..\lib-src 84 cd ..\lib-src
85 $(MAKE) $(MFLAGS) $(XMFLAGS) all 85 $(MAKE) $(MFLAGS) all
86 cd ..\src 86 cd ..\src
87 $(MAKE) $(MFLAGS) $(XMFLAGS) all 87 $(MAKE) $(MFLAGS) all
88 cd ..\lisp 88 cd ..\lisp
89 $(MAKE) $(MFLAGS) $(XMFLAGS) all 89 $(MAKE) $(MFLAGS) all
90 cd ..\leim 90 cd ..\leim
91 $(MAKE) $(MFLAGS) $(XMFLAGS) all 91 $(MAKE) $(MFLAGS) all
92 cd ..\nt 92 cd ..\nt
93 93
94all-other-dirs-gmake: addsection 94all-other-dirs-gmake: addsection
@@ -101,7 +101,7 @@ recompile: recompile-$(MAKETYPE)
101 101
102recompile-nmake: 102recompile-nmake:
103 cd ..\lisp 103 cd ..\lisp
104 $(MAKE) $(MFLAGS) $(XMFLAGS) recompile 104 $(MAKE) $(MFLAGS) recompile
105 cd ..\nt 105 cd ..\nt
106 106
107recompile-gmake: 107recompile-gmake:
@@ -158,7 +158,7 @@ bootstrap-gmake: addsection
158 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lisp bootstrap-clean 158 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lisp bootstrap-clean
159 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src clean 159 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src clean
160 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib-src clean 160 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib-src clean
161 $(MAKE) $(MFLAGS) $(XMFLAGS) XMFLAGS="$(XMFLAGS)" -C ../src bootstrap 161 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src bootstrap
162 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src bootstrap-clean 162 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src bootstrap-clean
163 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lisp bootstrap 163 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lisp bootstrap
164 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib-src DOC 164 $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib-src DOC