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, Sep 29, 10:38 PM
Unknown Object (File)
Sun, Sep 28, 5:46 PM
Unknown Object (File)
Fri, Sep 19, 7:40 AM
Unknown Object (File)
Sep 1 2025, 10:54 PM
Unknown Object (File)
Aug 27 2025, 4:01 AM
Unknown Object (File)
Aug 27 2025, 3:09 AM
Unknown Object (File)
Aug 27 2025, 2:49 AM
Unknown Object (File)
Aug 27 2025, 2:29 AM
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.