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)
Wed, Jul 22, 9:41 PM
Unknown Object (File)
Mon, Jul 20, 11:57 PM
Unknown Object (File)
Mon, Jul 20, 6:47 PM
Unknown Object (File)
Sat, Jul 18, 12:10 PM
Unknown Object (File)
Sat, Jul 11, 7:29 AM
Unknown Object (File)
Jun 21 2026, 6:24 AM
Unknown Object (File)
Jun 12 2026, 6:59 AM
Unknown Object (File)
Jun 10 2026, 1:19 PM
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