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)
Fri, Oct 17, 11:02 AM
Unknown Object (File)
Fri, Oct 17, 1:37 AM
Unknown Object (File)
Fri, Oct 17, 1:37 AM
Unknown Object (File)
Thu, Oct 16, 4:41 PM
Unknown Object (File)
Mon, Sep 29, 10:38 PM
Unknown Object (File)
Sun, Sep 28, 5:46 PM
Unknown Object (File)
Sep 19 2025, 7:40 AM
Unknown Object (File)
Sep 1 2025, 10:54 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43202
Build 40090: arc lint + arc unit

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.