automake-ng
[Top][All Lists]
Advanced

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

[Automake-ng] [PATCH 0/2] Refactor BUILT_SOURCES support, using order-on


From: Stefano Lattarini
Subject: [Automake-ng] [PATCH 0/2] Refactor BUILT_SOURCES support, using order-only prerequisites
Date: Sun, 6 May 2012 23:29:00 +0200

A simple but nice simplification, that allows us to simplify the logic
for BUILT_SOURCES support, and at the same time to avoid yet more make
recursion at the same time.

I will push in couple of days if there is no objection.  As usual,
reviews welcome.

Regards,
  Stefano

-*-*-*-

Stefano Lattarini (2):
  built sources: enhance testsuite coverage
  built sources, config.h: rely on order-only prerequisites

 automake.in                                        |   50 ++++-------
 lib/am/install.am                                  |    8 +-
 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 ++++++++++++++
 7 files changed, 254 insertions(+), 65 deletions(-)
 rename t/{check3.sh => built-sources-check.sh} (76%)
 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

-- 
1.7.9.5




reply via email to

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