On 05/14/2013 10:04 AM, Stefano Lattarini wrote: > Related to automake bug#13378: > <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378> > > This series has been derived from this earlier version: > <http://lists.gnu.org/archive/html/automake-patches/2013-01/msg00102.html> > > I plan to push this series in 72 hours to master. > > > -*-*-*- > > Stefano Lattarini (10): > subdir-objects: enable unconditionally > cleanup: having subdir-objects mandatory allow us some simplifications > depend: assume we can always pass '-o' to the C compiler > depend: assume '-c' compiler flag always means to produce object files > Automake::Language: drop unused fields 'compile_flag' and 'output_flag' > depend: refactor and remove code duplication > depend: a preparatory refactoring > depend: reduce code duplication > depend: prefer $(...) over `...` in Cygwin-specific recipes > depend: reduce code duplication, de-uglify make verbose output > Merged into master now.
Regards, Stefano commit 42eaadf9b117768814796728c8bef23009d9a52a Merge: 5fe99e2 ca41efd Author: Stefano Lattarini <stefano.lattar...@gmail.com> Date: Sat May 18 20:28:20 2013 +0200 Merge branch 'subdir-objects-work' * subdir-objects-work: depend: reduce code duplication, de-uglify make verbose output depend: prefer $(...) over `...` in Cygwin-specific recipes depend: reduce code duplication depend: a preparatory refactoring depend: refactor and remove code duplication Automake::Language: drop unused fields 'compile_flag' and 'output_flag' depend: assume '-c' compiler flag always means to produce object files depend: assume we can always pass '-o' to the C compiler cleanup: having subdir-objects mandatory allow us some simplifications subdir-objects: enable unconditionally