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