summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-09-14 21:51:49 +0000
committerAndrew Innes <andrewi@gnu.org>2000-09-14 21:51:49 +0000
commit3021e8160b268dd24d72872c526cec0f3d657306 (patch)
tree5c927c4f2d1dc1de77528d4799df396a0f22310b /nt
parent5aa31fa6afed590ca31eff925f18fd2cba0802f4 (diff)
downloademacs-3021e8160b268dd24d72872c526cec0f3d657306.tar.gz
*** empty log message ***
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 85db37aac5f..e164992859d 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,24 @@
+2000-09-14 Andrew Innes <andrewi@gnu.org>
+
+ * INSTALL: Add note about expected error messages when configure
+ is run.
+
+ * configure.bat: Simplify the generation of makefiles (don't need
+ to generate various top-level targets that invoke make in other
+ directories).
+
+ * gmake.defs (SHELLTYPE): New define.
+ (SETLOADPATH): New define.
+
+ * nmake.defs (SHELLTYPE): New define.
+
+ * makefile.w32-in: Standardize indentation somewhat.
+ Add bootstrap support.
+ Pass $(MFLAGS) when invoking make recursively.
+ Add shell-specific variants of top-level targets that invoke make
+ recursively in other directories, and add necessary computed
+ dependencies.
+
2000-09-03 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in: Change to DOS line endings.