[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subd
From: |
Stefano Lattarini |
Subject: |
[PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir |
Date: |
Fri, 31 Aug 2012 17:46:36 +0200 |
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
- [PATCH 4/6] build: fix generation of manpages for programs not built by default, (continued)
- [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
- Re: [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir, 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
- [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir,
Stefano Lattarini <=
- [PATCH v2 1/9] maint: add our 'bootstrap_post_import_hook' function, Stefano Lattarini, 2012/08/31
- [PATCH v2 3/9] build: don't use recursive make to build the 'src' subdirectory, Stefano Lattarini, 2012/08/31
- [PATCH v2 2/9] build: refactor how lists of coreutils programs are defined, Stefano Lattarini, 2012/08/31
- [PATCH v2 4/9] build: fix generation of manpages for programs not built by default, Stefano Lattarini, 2012/08/31
- [PATCH v2 7/9] maint: fix and simplify maintainer checks, Stefano Lattarini, 2012/08/31
- [PATCH v2 6/9] maint: remove unused target 'install-root', Stefano Lattarini, 2012/08/31
- [PATCH v2 5/9] maint: improve remake rules for maintainers, Stefano Lattarini, 2012/08/31
- [PATCH v2 8/9] maint: fix one stray reference to src/Makefile.am, Stefano Lattarini, 2012/08/31
- [PATCH v2 9/9] maint: update gitignore entries, Stefano Lattarini, 2012/08/31
- Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir, Jim Meyering, 2012/08/31