[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/'
From: |
Stefano Lattarini |
Subject: |
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir |
Date: |
Fri, 31 Aug 2012 20:19:42 +0200 |
On 08/31/2012 08:12 PM, Jim Meyering wrote:
>
> From ea8043e5b08956b804c1cc3cb79ee54f2d969b36 Mon Sep 17 00:00:00 2001
> From: Jim Meyering <address@hidden>
> Date: Fri, 31 Aug 2012 20:05:29 +0200
> Subject: [PATCH 2/2] maint: check-programs-vs-x: avoid a new syntax-check
> failure
>
> * cfg.mk (check-programs-vs-x): The new variable,
> $(all-progs-but-lbracket) contains libstdbuf.so, and it does
> not have a corresponding .x file, so exempt it.
> ---
> cfg.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/cfg.mk b/cfg.mk
> index 87f54c0..e1bcf27 100644
> --- a/cfg.mk
> +++ b/cfg.mk
> @@ -234,6 +234,7 @@ all-progs-but-lbracket = $(filter-out [,$(patsubst
> src/%,%,$(all_programs)))
> check-programs-vs-x:
> @status=0; \
> for p in dummy $(all-progs-but-lbracket); do \
> + case $$p in *.so) continue;; esac; \
> test $$p = dummy && continue; \
> test $$p = ginstall && p=install || : ; \
> test -f $(srcdir)/man/$$p.x \
>
Oh. I hadn't noticed any failure here. Weird. Oh well, probably I
missed in in the fully of fix/amend/rebase/....
Thanks for taking care of those issues.
Regards,
Stefano
- [PATCH v2 1/9] maint: add our 'bootstrap_post_import_hook' function, (continued)
- [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
- Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir,
Stefano Lattarini <=
- Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir, Jim Meyering, 2012/08/31
- Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir, Jim Meyering, 2012/08/31
- Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir, Jim Meyering, 2012/08/31
- Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir, Jim Meyering, 2012/08/31
- Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir, Jim Meyering, 2012/08/31
- Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir, 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
- Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir, Stefano Lattarini, 2012/08/31