Page MenuHomeFreeBSD

bsd.mkopt.mk: Avoid warning from makeman
ClosedPublic

Authored by emaste on Mon, Feb 24, 2:03 PM.
Tags
None
Referenced Files
F112622738: D49123.diff
Thu, Mar 20, 3:44 PM
Unknown Object (File)
Mon, Mar 17, 8:40 PM
Unknown Object (File)
Mon, Mar 10, 4:36 AM
Unknown Object (File)
Wed, Mar 5, 2:29 PM
Unknown Object (File)
Tue, Mar 4, 9:38 PM
Unknown Object (File)
Tue, Mar 4, 9:36 PM
Unknown Object (File)
Tue, Mar 4, 9:36 PM
Unknown Object (File)
Tue, Mar 4, 7:56 PM
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.Tue, Feb 25, 4:04 AM
This revision was automatically updated to reflect the committed changes.