Page MenuHomeFreeBSD

bsd.mkopt.mk: Avoid warning from makeman
ClosedPublic

Authored by emaste on Feb 24 2025, 2:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 8, 12:30 PM
Unknown Object (File)
Mar 24 2025, 11:46 AM
Unknown Object (File)
Mar 21 2025, 5:59 AM
Unknown Object (File)
Mar 21 2025, 5:59 AM
Unknown Object (File)
Mar 21 2025, 5:59 AM
Unknown Object (File)
Mar 20 2025, 3:44 PM
Unknown Object (File)
Mar 17 2025, 8:40 PM
Unknown Object (File)
Mar 10 2025, 4:36 AM
Subscribers

Details

Summary
Setting WITHOUT_X where X is a __REQUIRED_OPTION produces a warning.
This happened also during makeman's `make showconfig` invocatation, but
the warning serves no purpose there, and clutters makeman's output.

Diff Detail

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

Event Timeline

emaste created this revision.

Doesn't quite work

For reference the warning we get:

............................make[1]: "/home/emaste/src/freebsd-git/wipbsd/share/mk/bsd.mkopt.mk" line 71: warning: WITHOUT_CASPER option ignored: it is no longer supported
make[1]: "/home/emaste/src/freebsd-git/wipbsd/share/mk/bsd.mkopt.mk" line 71: warning: WITHOUT_CASPER option ignored: it is no longer supported
....................................................................................................................................................................................................................................
emaste retitled this revision from makeman: Avoid .warning from __REQUIRED_OPTIONS to bsd.mkopt.mk: Avoid warning from makeman.
emaste edited the summary of this revision. (Show Details)
emaste added a reviewer: cperciva.
This revision is now accepted and ready to land.Feb 25 2025, 4:04 AM
This revision was automatically updated to reflect the committed changes.