diff options
author | Paul Smith <psmith@gnu.org> | 2003-10-22 04:35:27 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2003-10-22 04:35:27 +0000 |
commit | 74216b00a461e6002640cf98c66f5c137e84470b (patch) | |
tree | eee7a86035d59c2205d308eeb0b0c979d8a61d41 /ChangeLog.2 | |
parent | db401d8e0af7fe6e3ca83afc502ed8ca0cae550e (diff) | |
download | make-74216b00a461e6002640cf98c66f5c137e84470b.tar.gz |
Build fixes due to changes in the FSF web site.
Add new language support.
Minor configure, etc. cleanups.
Diffstat (limited to 'ChangeLog.2')
-rw-r--r-- | ChangeLog.2 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index d30cfa4..49601e2 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -1,18 +1,3 @@ -2000-06-23 Paul D. Smith <psmith@gnu.org> - - * main.c (main): Replace EXIT_SUCCESS, EXIT_FAILURE, and - EXIT_TROUBLE with MAKE_SUCCESS, MAKE_FAILURE, and MAKE_TROUBLE. - * make.h: Define these macros. - - * Version 3.79.1 released. - - * configure.in: Add a new option, --disable-nsec-timestamps, to - avoid using sub-second timestamps on systems that support it. It - can lead to problems, e.g. if your makefile relies on "cp -p". - * README.template: Document the issue with "cp -p". - - * config.guess, config.sub: Updated. - 2000-06-22 Paul D. Smith <psmith@gnu.org> * job.c (start_job_command): Increment commands_started before the |