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)
Oct 28 2024, 8:37 PM
Unknown Object (File)
Oct 24 2024, 12:28 AM
Unknown Object (File)
Oct 20 2024, 7:56 PM
Unknown Object (File)
Oct 4 2024, 11:36 PM
Unknown Object (File)
Oct 1 2024, 9:56 PM
Unknown Object (File)
Sep 30 2024, 2:08 PM
Unknown Object (File)
Sep 24 2024, 7:23 PM
Unknown Object (File)
Sep 23 2024, 4:13 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.