On Thu, 2012-10-11 at 19:45 +0200, Gabor Kovesdan wrote:
> Em 11-10-2012 19:09, Ian Lepore escreveu:
> > I want to build grep without the gnu regex library. The makefile for
> > usr.bin/grep contains
> >
> > .if !defined(WITHOUT_GNU_COMPAT)
> >
> > And man src.conf documents WITHOUT_GNU_SUPPO
On Thu, 2012-10-11 at 19:45 +0200, Gabor Kovesdan wrote:
> Em 11-10-2012 19:09, Ian Lepore escreveu:
> > I want to build grep without the gnu regex library. The makefile for
> > usr.bin/grep contains
> >
> > .if !defined(WITHOUT_GNU_COMPAT)
> >
> > And man src.conf documents WITHOUT_GNU_SUPPO
Em 11-10-2012 19:09, Ian Lepore escreveu:
> I want to build grep without the gnu regex library. The makefile for
> usr.bin/grep contains
>
> .if !defined(WITHOUT_GNU_COMPAT)
>
> And man src.conf documents WITHOUT_GNU_SUPPORT but doesn't mention
> WITHOUT_GNU_COMPAT. Is this a typo in the mak
I want to build grep without the gnu regex library. The makefile for
usr.bin/grep contains
.if !defined(WITHOUT_GNU_COMPAT)
And man src.conf documents WITHOUT_GNU_SUPPORT but doesn't mention
WITHOUT_GNU_COMPAT. Is this a typo in the makefile, or an ommision from
the src.conf manpage?
-- Ian