diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:51:49 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:51:49 +0000 |
commit | 3021e8160b268dd24d72872c526cec0f3d657306 (patch) | |
tree | 5c927c4f2d1dc1de77528d4799df396a0f22310b /nt | |
parent | 5aa31fa6afed590ca31eff925f18fd2cba0802f4 (diff) | |
download | emacs-3021e8160b268dd24d72872c526cec0f3d657306.tar.gz |
*** empty log message ***
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 21 |
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. |