diff nt/ChangeLog @ 31630:00c2dae7c604

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Thu, 14 Sep 2000 21:51:49 +0000
parents b0e06b1b3057
children 2a1ade6021bf
line wrap: on
line diff
--- a/nt/ChangeLog	Thu Sep 14 21:51:16 2000 +0000
+++ b/nt/ChangeLog	Thu Sep 14 21:51:49 2000 +0000
@@ -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.