diff options
author | Paul Smith <psmith@gnu.org> | 2000-06-23 15:55:46 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-06-23 15:55:46 +0000 |
commit | fcbfe98cbe7d6332ee0673f685b280f7c019cd44 (patch) | |
tree | 59b557454953a9650f4f4795d5a5d0b5d50bc0dd /ChangeLog | |
parent | cbe92a2241253145fbd11e32ed1f7efcb31ba91c (diff) | |
download | gunmake-fcbfe98cbe7d6332ee0673f685b280f7c019cd44.tar.gz |
* Fix -q so it works more correctly.
* Don't print "nothing to do" messages for ":" commands
* Update the version to 3.79.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2000-06-23 Paul D. Smith <psmith@gnu.org> + + * 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". + +2000-06-22 Paul D. Smith <psmith@gnu.org> + + * job.c (start_job_command): Increment commands_started before the + special check for ":" (empty command) to avoid spurious "is up to + date" messages. Also move the test for question_flag after we + expand arguments, and only stop if the expansion provided an + actual command to run, not just whitespace. This fixes PR/1780. + 2000-06-21 Paul D. Smith <psmith@gnu.org> * read.c (read_makefile): If we find a semicolon in the target |