diff options
author | Paul Smith <psmith@gnu.org> | 2009-06-10 02:21:09 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-06-10 02:21:09 +0000 |
commit | c8840352acf40443a70ea3748130cee055154492 (patch) | |
tree | 1e0ab35d58e13f763e42aa1171112ce0daf080f6 /ChangeLog | |
parent | d4ee0012925815e069dd9996241703a7e9bd0338 (diff) | |
download | gunmake-c8840352acf40443a70ea3748130cee055154492.tar.gz |
- Fix Savannah bug #19108
- Fix Savannah bug #17752
- Test suite:
* When tests fail keep a "run" file containing the command invoked.
* Support for the Valgrind "memcheck" and "massif" tools.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2009-06-09 Paul Smith <psmith@gnu.org> + * remake.c (update_file_1): When rebuilding deps of FILE, also try + to rebuild the deps of all the also_make targets for that file. + Fixes Savannah bug #19108. + + * implicit.c (pattern_search): Undo test for is_target, added by + BorisK on 21 Sep 2004. This goes against step 5c in the "Implicit + Rule Search Algorithm". Fixes Savannah bug #17752. + * main.c (clean_jobserver): Clear the jobserver_fds options and set job_slots to the default when we clean up. (define_makeflags): Return the new MAKEFLAGS value. |