automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 0/2] all, check, install: move more processing at m


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 0/2] all, check, install: move more processing at make runtime
Date: Fri, 15 Jun 2012 00:05:06 +0200

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




reply via email to

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