automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 0/7] More patches on distribution tarballs support


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 0/7] More patches on distribution tarballs support
Date: Sun, 12 Aug 2012 23:20:05 +0200

I'm not pushing this right away, because the patch 6 contains a profound
API change in how the desired formats for the distribution tarballs can
be specified or overridden.  I think the new API is substantially better,
and since the transition from the old one to the new one is very
mechanical, I'm ready to apply it right away; but comments and reviews
are welcome anyway for such a meaty patch, so I'll refrain a day or two
from pushing.

Regards,
  Stefano

-*-*-*-

Stefano Lattarini (7):
  [1] dist: refactor: reduce duplication in the 'dist-*' recipes
  [2] dist: vars DIST_TARGETS and DIST_ARCHIVES are no more public
  [3] distcheck: remove stale tarballs with 'rm -f', not 'rm -rf'
  [4] dist: fixup: add 'dist' and 'dist-all' to AM_RECURSIVE_TARGETS
  [5] diag: new make function $(am.fatal)
  [6] dist: new API to specify formats of distribution tarballs
  [7] rename: am.dist.uninstallcheck-listfiles -> 
am.dist.uninstallcheck-listfiles

 Makefile.am                                   |   3 +
 NG-NEWS                                       |  53 +++-
 automake.in                                   |  25 +-
 configure.ac                                  |   3 +-
 doc/automake-ng.texi                          | 109 ++++---
 lib/Automake/Options.pm                       |  22 +-
 lib/am/distcheck.mk                           | 136 +++++----
 lib/am/header-vars.mk                         |   5 +
 t/ax/am-test-lib.sh                           |   2 +
 t/dist-formats.tap                            | 392 ++++++--------------------
 t/{dist-obsolete.sh => dist-obsolete-opts.sh} |  15 +-
 t/repeated-options.sh                         |  25 +-
 12 files changed, 306 insertions(+), 484 deletions(-)
 rename t/{dist-obsolete.sh => dist-obsolete-opts.sh} (64%)

-- 
1.7.12.rc0




reply via email to

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