quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] [PATCH] Makefile.in: Fix "find -perm" usage


From: Martin Quinson
Subject: Re: [Quilt-dev] [PATCH] Makefile.in: Fix "find -perm" usage
Date: Wed, 22 May 2013 01:47:21 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Do you have any information on the portability of this new syntax? In
praticular, since when is it in GNU findutils, and what's the support
of this syntax on non-GNU systems? BSD ones come to mind.

Thanks for your time, Mt

On Tue, May 21, 2013 at 10:16:02PM +0400, Dmitry V. Levin wrote:
> Support for obsolete find -perm +MODE syntax
> was removed from GNU findutils by commit
> v4.5.10-144-g90f0c5d24153ad3327edd6f2249fc95a5cfb72e0.
> ---
>  Makefile.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile.in b/Makefile.in
> index cdb5351..4650fda 100644
> --- a/Makefile.in
> +++ b/Makefile.in
> @@ -274,7 +274,7 @@ Makefile : Makefile.in configure
>       @echo "Please run ./configure"
>       @false
>  
> -compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 
> -type f -perm +111))
> +compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 
> -type f -perm /111))
>  
>  .PHONY :: compat
>  compat :: $(COMPAT)
> 
> -- 
> ldv
> 
> _______________________________________________
> Quilt-dev mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/quilt-dev

-- 
Ce que nous vendons à Coca-Cola, c'est du temps de cerveau humain disponible. 
 -- Patrick Le Lay, PDG de TF1 (L'Expansion, 09/07/2004).



reply via email to

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