summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-09-10 02:36:05 +0000
committerPaul Smith <psmith@gnu.org>2012-09-10 02:36:05 +0000
commitfbe5b2c9cd612b962836b9391fa2b58c8baed6fc (patch)
treed68ac63b3992c85f9c80110bcc8a6d11ad4c47ca /ChangeLog
parenta94b0b0ea58767eb204a1ebc8fb30b913d66a64c (diff)
downloadgunmake-fbe5b2c9cd612b962836b9391fa2b58c8baed6fc.tar.gz
Force intermediate targets to be considered if their non-intermediate
parent needs to be remade. Fixes Savannah bug #30653.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7883630..dca0e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-09-09 Paul Smith <psmith@gnu.org>
+ * remake.c (update_file_1): Force intermediate files to be
+ considered, not pruned, if their non-intermediate parent needs to
+ be remade. Fixes Savannah bug #30653.
+
* job.c (construct_command_argv_internal): Keep the command line
on the heap for very long lines. Fixes Savannah bug #36451.