Page MenuHomeFreeBSD

bsd.opts.mk: drop transtion aid for NO_* options
ClosedPublic

Authored by brooks on Mar 13 2024, 7:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 18, 1:23 AM
Unknown Object (File)
Oct 1 2024, 12:59 PM
Unknown Object (File)
Sep 30 2024, 1:06 AM
Unknown Object (File)
Sep 26 2024, 2:36 PM
Unknown Object (File)
Sep 26 2024, 12:14 AM
Unknown Object (File)
Sep 25 2024, 6:39 AM
Unknown Object (File)
Sep 24 2024, 4:40 PM
Unknown Object (File)
Sep 24 2024, 9:09 AM
Subscribers

Details

Summary

Setting NO_CTF, NO_DEBUG_FILES, NO_INSTALLLIB, NO_MAN, NO_PROFILE,
and NO_WARNS was deprecated in 2014 and made an error prior to the
13.0.0 release in commit d3a5bf95f2013af081607abd91b5175f6eafa563.
Likewise, NO_WERROR was made an error prior to 13.0.0 in commit
7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f.

Remove this transition aid making these variables no-ops as setting them
will result in an error on all supported releases.

Diff Detail

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