[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
- [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir,
Stefano Lattarini <=
- [PATCH 1/6] maint: add our 'bootstrap_post_import_hook' function, Stefano Lattarini, 2012/08/31
- [PATCH 6/6] maint: remove unused target 'install-root', Stefano Lattarini, 2012/08/31
- [PATCH 4/6] build: fix generation of manpages for programs not built by default, Stefano Lattarini, 2012/08/31
- [PATCH 3/6] build: don't use recursive make to build the 'src' subdirectory, Stefano Lattarini, 2012/08/31
- [PATCH 5/6] maint: improve remake rules for maintainers, Stefano Lattarini, 2012/08/31
- [PATCH 2/6] build: refactor how lists of coreutils programs are defined, Stefano Lattarini, 2012/08/31
- Re: [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir, Jim Meyering, 2012/08/31