bug-gnulib
[Top][All Lists]
Advanced

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

Re: bootstrap $buildreq and implicit dependencies


From: Paul Eggert
Subject: Re: bootstrap $buildreq and implicit dependencies
Date: Wed, 07 Dec 2011 17:44:26 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0

On 12/07/11 13:50, Eric Blake wrote:
> unless others can speak up with more reasons why we must cater to older find.

How about if we do this instead?

  find "$local_gl_dir" -name '*.diff' -exec false {} + -exec false ';'

This works fine with both old and new 'find' and means the same
thing either way (though it's faster with new 'find').  It's
a bit of a hack, but it's simple and solves the portability
problem better than grep does.



reply via email to

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