On 08/31/2012 04:06 PM, Jim Meyering wrote:
>
> Hmm... actually there are a few other problems. See below.
> If you don't mind fixing those and reposting, I would be grateful.
> I'm stepping out for an hour or so.
>
Here is an updated series. Notice that there is still one spurious
failure:
proper_name_utf8_requires_ICONV
Can't open src/Makefile.am: No such file or directory.
Can't open src/Makefile.am: No such file or directory.
...
Can't open src/Makefile.am: No such file or directory.
0.19 proper_name_utf8_requires_ICONV
but that's due to a bug in the gnulib-provided 'maint.mk' AFAICS,
and I'm not going to fix it for the moment.
Regards,
Stefano
-*-*-*-
Stefano Lattarini (9):
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'
maint: fix and simplify maintainer checks
maint: fix one stray reference to src/Makefile.am
maint: update gitignore entries
.gitignore | 2 +
Makefile.am | 23 +-
bootstrap.conf | 15 +-
build-aux/gen-lists-of-programs.sh | 187 ++++++++++
cfg.mk | 56 ++-
configure.ac | 76 +---
man/local.mk | 19 +-
src/.gitignore | 1 +
src/{Makefile.am => local.mk} | 745 +++++++++++++++----------------------
tests/Makefile.am | 6 +-
10 files changed, 597 insertions(+), 533 deletions(-)
create mode 100755 build-aux/gen-lists-of-programs.sh
rename src/{Makefile.am => local.mk} (36%)
--
1.7.12