Page MenuHomeFreeBSD

libc: get rid of NO_P1003_1B make variable
ClosedPublic

Authored by brooks on Dec 6 2021, 11:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 29, 4:57 PM
Unknown Object (File)
Sun, Jun 28, 11:00 AM
Unknown Object (File)
Jun 8 2026, 6:12 AM
Unknown Object (File)
Jun 8 2026, 2:24 AM
Unknown Object (File)
Jun 8 2026, 1:32 AM
Unknown Object (File)
Jun 5 2026, 7:20 PM
Unknown Object (File)
May 10 2026, 9:35 AM
Unknown Object (File)
May 9 2026, 5:04 PM
Subscribers
None

Details

Summary

There's no point in a knob to avoid installed a half dozen manpages.
It's undocumented and unused in the tree. Online, the only metions
I've found are to the FreeBSD source tree, a commit in DragonFly BSD
removing it, and some lists of build options for small systems where
it's inevitably redundant due to an accompanying NO_MAN.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

brooks created this revision.

NO_P1003_1B dates to R10:8a6472b7239ccfab9d1ce96671a9837813698499. I guess it was just to simplify introduction when this was WIP.

This revision is now accepted and ready to land.Dec 6 2021, 11:42 PM
This revision was automatically updated to reflect the committed changes.