coreutils
[Top][All Lists]
Advanced

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

[PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir


From: Stefano Lattarini
Subject: [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir
Date: Fri, 31 Aug 2012 15:14:15 +0200

These should go on the top of my other pending series "[PATCH 0/7] Minor
cleanup and refactoring":

    <http://lists.gnu.org/archive/html/coreutils/2012-08/msg00205.html>

Regards,
  Stefano

-*-*-*-

Stefano Lattarini (6):
  maint: add our 'bootstrap_post_import_hook' function
  build: refactor how lists of coreutils programs are defined
  build: don't use recursive make to build the 'src' subdirectory
  build: fix generation of manpages for programs not built by default
  maint: improve remake rules for maintainers
  maint: remove unused target 'install-root'

 .gitignore                         |   2 +
 Makefile.am                        |  23 +-
 bootstrap.conf                     |  15 +-
 build-aux/gen-lists-of-programs.sh | 187 ++++++++++
 cfg.mk                             |  13 +-
 configure.ac                       |  76 +---
 man/local.mk                       |  19 +-
 src/{Makefile.am => local.mk}      | 713 ++++++++++++++++---------------------
 tests/Makefile.am                  |   6 +-
 9 files changed, 562 insertions(+), 492 deletions(-)
 create mode 100755 build-aux/gen-lists-of-programs.sh
 rename src/{Makefile.am => local.mk} (42%)

-- 
1.7.12




reply via email to

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