automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 00/12] Several cleanups (with small backward incomp


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 00/12] Several cleanups (with small backward incompatibilities)
Date: Mon, 21 May 2012 09:36:17 +0200

Since we are already breaking backward-compatibility in small ways in
Automake-NG, we can snatch the occasion to do some cleanup of obsolescent
behaviours and backward-compatibility hacks.  This series offers several
such cleanups (some of which cause no semantic changes, and some of which
breaks backward-incompatibility for some obsolescent and corner cases).

I intend to push this by tomorrow.

Regards,
  Stefano

Stefano Lattarini (12):
  [01] push_dist_common: don't directly append to an Automake::Variable
  [02] cleanup: remove a workaround only needed by Solaris make
  [03] cleanup: remove obsolescent comments about subdir-objects and deptrack
  [04] cleanup: remove a workaround for BSD make (comments continaution)
  [05] cleanup: remove a workaround for BSD make (default sources and VPATH)
  [06] cleanup: remove obsolete special-handling of default source for libs
  [07] acconfig.h: don't support anymore (distribution and dependencies)
  [08] config.h.{bot,top}: don't support anymore (distribution and deps)
  [09] cleanup: minor cleanups in remake-hdr.am
  [10] mkinstalldirs: remove support for the script and the variable
  [11] compile: don't support $(INCLUDES) anymore
  [12] cleanup: don't support $(ACLOCAL_M4_SOURCES) anymore, it's obsolete

 Makefile.am                      |    3 +-
 NG-NEWS                          |   25 ++++
 automake.in                      |  256 +++++++++++++-------------------------
 contrib/multilib/config-ml.in    |    2 +-
 doc/automake-ng.texi             |   29 +----
 lib/am/distdir.am                |    2 +
 lib/am/remake-hdr.am             |   17 +--
 lib/missing                      |    8 +-
 lib/mkinstalldirs                |  162 ------------------------
 syntax-checks.mk                 |   31 ++++-
 t/autodist-acconfig-no-subdir.sh |   56 ---------
 t/autodist-acconfig.sh           |   44 -------
 t/autodist-config-headers.sh     |   59 ---------
 t/auxdir.sh                      |    7 +-
 t/auxdir6.sh                     |    9 +-
 t/auxdir7.sh                     |    9 +-
 t/auxdir8.sh                     |   11 +-
 t/comment6.sh                    |   35 ++++--
 t/confh.sh                       |    5 +-
 t/instman2.sh                    |   33 -----
 t/ltlibsrc.sh                    |   74 -----------
 t/mkinst3.sh                     |   18 +--
 t/mkinstall.sh                   |   31 -----
 t/pluseq5.sh                     |   20 +--
 t/pr9.sh                         |    4 +-
 t/subdir.sh                      |    3 +-
 t/subobj11a.sh                   |   14 +--
 t/subobj11c.sh                   |   51 --------
 t/vpath-built-sources.sh         |   73 +++++++++++
 t/warnopts.sh                    |   34 ++---
 t/werror.sh                      |   14 ++-
 t/werror2.sh                     |    5 +-
 32 files changed, 324 insertions(+), 820 deletions(-)
 delete mode 100755 lib/mkinstalldirs
 delete mode 100755 t/autodist-acconfig-no-subdir.sh
 delete mode 100755 t/autodist-acconfig.sh
 delete mode 100755 t/autodist-config-headers.sh
 delete mode 100755 t/instman2.sh
 delete mode 100755 t/ltlibsrc.sh
 delete mode 100755 t/mkinstall.sh
 delete mode 100755 t/subobj11c.sh
 create mode 100755 t/vpath-built-sources.sh

-- 
1.7.9.5




reply via email to

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