Force intermediate targets to be considered if their non-intermediate

parent needs to be remade.  Fixes Savannah bug #30653.
This commit is contained in:
Paul Smith
2012-09-10 02:36:05 +00:00
parent a94b0b0ea5
commit fbe5b2c9cd
3 changed files with 25 additions and 0 deletions

View File

@@ -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.