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)
Fri, Oct 17, 2:57 PM
Unknown Object (File)
Fri, Oct 17, 2:48 AM
Unknown Object (File)
Fri, Oct 17, 12:42 AM
Unknown Object (File)
Thu, Oct 16, 8:07 PM
Unknown Object (File)
Thu, Oct 16, 2:08 PM
Unknown Object (File)
Sat, Oct 11, 10:59 AM
Unknown Object (File)
Fri, Oct 10, 8:03 PM
Unknown Object (File)
Sat, Oct 4, 1:06 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.