On Thu, Feb 07, 2013 at 09:54:59AM +0100, Alberto Villa wrote:
> On Thursday 07 February 2013 06:32:54 Armin Pirkovitsch wrote:
> > # find /usr/ports -name Makefile | xargs grep -R FEATURES | wc -l
> >       82
> > # find /usr/ports -name Makefile | xargs grep -R USES | wc -l
> >       20
> > 
> > Sounds to me like there are less false positives for USES.
> 
> Add -w and USES wins:
> $ find /usr/ports -name Makefile | xargs grep -Rw FEATURES | wc -l
>       37
> $ find /usr/ports -name Makefile | xargs grep -Rw USES | wc -l
>        0

Let's go for USES then!

regards,
Bapt

Attachment: pgpvVHsW85L1n.pgp
Description: PGP signature

Reply via email to