Re: WITHOUT_GNU_[COMPAT|SUPPORT]

2012-10-13 Thread Ian Lepore
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

Re: WITHOUT_GNU_[COMPAT|SUPPORT]

2012-10-11 Thread Ian Lepore
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

Re: WITHOUT_GNU_[COMPAT|SUPPORT]

2012-10-11 Thread Gabor Kovesdan
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

WITHOUT_GNU_[COMPAT|SUPPORT]

2012-10-11 Thread Ian Lepore
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