automake-patches
[Top][All Lists]
Advanced

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

[PATCH 0/3] Refactoring: move automake code in a new module `Automake::M


From: Stefano Lattarini
Subject: [PATCH 0/3] Refactoring: move automake code in a new module `Automake::Main'
Date: Sun, 26 Sep 2010 22:03:05 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

Hello automakers.

This patch series moves almost all the code of automake from
the `automake.in' script into the new module `Automake::Main'.
This should improve unit-testability right away, and simplify
a prospective refactoring of Automake codebase in the long run.

OK to apply the patches to a new branch?  If yes, do you have
any suggestion about a possible name for that branch?

-*-*-

Stefano Lattarini (3):
  Refactoring: new module `Automake::Language'.
  Refactoring: less AC_SUBST'd stuff in automake.in.
  Refactoring: new module `Automake::Main'.

 ChangeLog                |   20 +
 aclocal.in               |    6 +-
 automake.in              | 8689 +---------------------------------------------
 lib/Automake/Config.in   |    5 +-
 lib/Automake/Language.pm |  121 +
 lib/Automake/Main.pm     | 8653 +++++++++++++++++++++++++++++++++++++++++++++
 lib/Automake/Makefile.am |    2 +
 lib/Automake/Makefile.in |    2 +
 8 files changed, 8808 insertions(+), 8690 deletions(-)
 create mode 100644 lib/Automake/Language.pm
 create mode 100644 lib/Automake/Main.pm




reply via email to

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