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: Jean Delvare
Subject: Re: [Quilt-dev] [PATCH] Makefile.in: Fix "find -perm" usage
Date: Thu, 23 May 2013 09:09:46 +0200

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))

> Le Wednesday 22 May 2013 à 01:47 +0200, Martin Quinson a écrit :
> 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.

I checked the *BSD and Solaris "find" man pages and found no reference
to -perm /mode. So we can't use that.

-- 
Jean Delvare
Suse L3




reply via email to

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