coreutils
[Top][All Lists]
Advanced

[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




reply via email to

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