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)
Thu, Apr 4, 5:05 AM
Unknown Object (File)
Feb 25 2024, 1:29 PM
Unknown Object (File)
Jan 4 2024, 9:30 AM
Unknown Object (File)
Dec 23 2023, 2:33 PM
Unknown Object (File)
Dec 20 2023, 3:00 AM
Unknown Object (File)
Dec 9 2023, 5:19 PM
Unknown Object (File)
Oct 21 2023, 11:48 PM
Unknown Object (File)
Sep 18 2023, 7:33 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
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.