automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 0/5] Small simplification to suffix rules support,


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 0/5] Small simplification to suffix rules support, and added coverage
Date: Thu, 24 May 2012 09:41:58 +0200

I was actually hoping these would have been part of a larger cleanup, but
that didn't work out as expected.  Still, I think this patches would make
a nice addition.

OK to apply?  I will push by tomorrow if there is no objection.

Regards,
  Stefano

-*-*-*-

Stefano Lattarini (5):
  [ng] coverage: custom pre-processes headers in prog_SOURCES
  [ng] rule: get rid of $KNOWN_EXTENSIONS_PATTERN
  [ng] coverage: pure languages doesn't bring in C support
  [ng] coverage: mixing Fortran and C++
  [ng] rule, lang: get rid of 'suffix_rules_count', simplify logic

 automake.in          |   16 ++++------
 lib/Automake/Rule.pm |   47 ++---------------------------
 t/cxx-fortran.sh     |   69 ++++++++++++++++++++++++++++++++++++++++++
 t/cxxnoc.sh          |   37 -----------------------
 t/fnoc.sh            |   39 ------------------------
 t/no-c.tap           |   57 +++++++++++++++++++++++++++++++++++
 t/suffix-hdr.sh      |   81 ++++++++++++++++++++++++++++++++++++++++++++++++++
 t/suffix3.sh         |    7 +++++
 8 files changed, 221 insertions(+), 132 deletions(-)
 create mode 100755 t/cxx-fortran.sh
 delete mode 100755 t/cxxnoc.sh
 delete mode 100755 t/fnoc.sh
 create mode 100755 t/no-c.tap
 create mode 100755 t/suffix-hdr.sh

-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]