diff options
author | Paul Smith <psmith@gnu.org> | 2004-01-08 03:17:08 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-01-08 03:17:08 +0000 |
commit | 2b3ee46f4e4e73cb3d05921391e5cf64990483a7 (patch) | |
tree | b7f978142e3296ec450be773a516f13e42cef398 /ChangeLog | |
parent | a35db9027526a8cad59c4e139ab224946245a7f7 (diff) | |
download | gunmake-2b3ee46f4e4e73cb3d05921391e5cf64990483a7.tar.gz |
Enhancements to the documentation (fixes bugs #1772 and 4898).
Add "!" to the list of shell escape characters: POSIX sh allows it to be
used to negate the return value of the command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-01-07 Paul D. Smith <psmith@gnu.org> + * doc/make.texi (Target-specific): Fix Savannah bug #1772. + (MAKE Variable): Fix Savannah bug #4898. + + * job.c (construct_command_argv_internal): Add "!" to the list of + shell escape chars. POSIX sh allows it to appear before a + command, to negate the exit code. Fixes bug #6404. + * implicit.c (pattern_search): When matching an implicit rule, remember which dependencies have the ignore_mtime flag set. Original fix provided in Savannah patch #2349, by Benoit |