I will push this series in a couple of days if there is no objection. Regards, Stefano
Stefano Lattarini (14): [01] deptrack: remove an obsolete comment [02] deptrack: clean depdirs using *clean-am targets [03] clean: simplify cleaning of compiled objects [04] clean: revamp recipes and APIs to extend cleaning rules [05] clean: do not ignore errors while removing files [06] automake: new global variable '%clean_dirs' [07] refactoring: move definition of $(am__mv) in depend2.am [08] cleanup: remove 'depend.am' [09] clean: don't remove object files in '.' unconditionally [10] refactoring: no "cleaning" rules in compile.am [11] cleanup: merge '%compile_clean_files' in '%clean_files' [12] refactor: prefer '&file_contents' over '&file_contents_internals' [13] cleanup: remove 'libtool.am' [14] check: keep cleaning of '.log' and '.trs' files near other rules Makefile.am | 2 - NG-NEWS | 3 + automake.in | 208 ++++++++++++++++------------------------------ lib/am/clean-hdr.am | 5 +- lib/am/clean.am | 72 ++++++++++------ lib/am/compile.am | 12 --- lib/am/configure.am | 22 ++--- lib/am/dejagnu.am | 15 ++-- lib/am/depend.am | 27 ------ lib/am/depend2.am | 2 + lib/am/distdir.am | 2 +- lib/am/java.am | 8 +- lib/am/libs.am | 4 +- lib/am/libtool.am | 28 ------- lib/am/lisp.am | 5 +- lib/am/ltlib.am | 13 +-- lib/am/parallel-tests.am | 4 + lib/am/progs.am | 13 +-- lib/am/tags.am | 9 +- lib/am/texi-vers.am | 11 +-- lib/am/texinfos.am | 36 ++------ syntax-checks.mk | 43 ++++++++++ t/cleanvars.sh | 100 ++++++++++++++++++++++ t/libtoo10.sh | 18 ++++ t/libtool.sh | 41 --------- t/libtool2.sh | 49 ----------- 26 files changed, 331 insertions(+), 421 deletions(-) delete mode 100644 lib/am/depend.am delete mode 100644 lib/am/libtool.am create mode 100755 t/cleanvars.sh delete mode 100755 t/libtool.sh delete mode 100755 t/libtool2.sh -- 1.7.9.5
