I will push these patches shortly if there is no objection.
Regards,
Stefano
-*-*-*-
Stefano Lattarini (2):
[ng] built sources: enhance testsuite coverage
[ng] all, check, install: move more processing at make runtime
Makefile.am | 3 +
automake.in | 115 +++-----------------
doc/automake-ng.texi | 1 -
lib/am/all-target.am | 34 ++++++
lib/am/check-target.am | 38 +++++++
lib/am/header-vars.am | 10 ++
lib/am/install.am | 80 +++++++-------
t/bsource.sh | 10 +-
t/{check3.sh => built-sources-check.sh} | 16 +--
t/built-sources-cond.sh | 91 ++++++++++++++++
t/built-sources-install.sh | 69 ++++++++++++
...bdirbuiltsources.sh => built-sources-subdir.sh} | 19 +---
t/built-sources.sh | 66 +++++++++++
t/check.sh | 41 -------
t/check2.sh | 6 +-
t/doc-parsing-buglets-tabs.sh | 59 ----------
t/local-targets.sh | 62 +++++++++++
t/phony.sh | 2 +-
t/remake-all-1.sh | 4 +-
t/tap-diagnostic.sh | 4 +-
t/vartar.sh | 14 +--
21 files changed, 457 insertions(+), 287 deletions(-)
create mode 100644 lib/am/all-target.am
create mode 100644 lib/am/check-target.am
rename t/{check3.sh => built-sources-check.sh} (77%)
create mode 100755 t/built-sources-cond.sh
create mode 100755 t/built-sources-install.sh
rename t/{subdirbuiltsources.sh => built-sources-subdir.sh} (76%)
create mode 100755 t/built-sources.sh
delete mode 100755 t/check.sh
delete mode 100755 t/doc-parsing-buglets-tabs.sh
create mode 100755 t/local-targets.sh
--
1.7.9.5