Source-Changes-D archive

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

Re: CVS commit: src/tests/lib/libc



On Fri, 26 Aug 2016 15:46:55 +1000
matthew green <mrg%eterna.com.au@localhost> wrote:
> > Modified Files:
> > 	src/tests/lib/libc/net/getaddrinfo: Makefile
> > 	src/tests/lib/libc/regex: Makefile
> > 
> > Log Message:
> > Replace MKMAN with NOMAN as suggested by christos@.  Allows
> > userland to build when building man pages.  
> 
> the general rule is:
> 
> NOFOO - set in a makefile only, disables something always,
>         usually because it isn't supported at all (such as
>         no manual page existing at all.)
> 
> MKFOO - set by the user only, disables some optional part.

Yes, that's exactly why I used NOMAN here.  Those two programs never
create man pages even when MKMAN is "yes".

Are you suggesting that this fix is incorrect?

-- 
D'Arcy J.M. Cain <darcy%NetBSD.org@localhost>
http://www.NetBSD.org/ IM:darcy%Vex.Net@localhost


Home | Main Index | Thread Index | Old Index