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



"D'Arcy J.M. Cain" writes:
> Module Name:	src
> Committed By:	darcy
> Date:		Fri Aug 26 01:31:43 UTC 2016
> 
> 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.


.mrg.


Home | Main Index | Thread Index | Old Index