Page MenuHomeFreeBSD

makeman: extend duplicate option warning to OPT_ options
ClosedPublic

Authored by emaste on May 13 2024, 7:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 18, 8:43 PM
Unknown Object (File)
Nov 22 2024, 11:33 PM
Unknown Object (File)
Nov 22 2024, 10:16 PM
Unknown Object (File)
Nov 17 2024, 6:11 PM
Unknown Object (File)
Nov 17 2024, 4:15 PM
Unknown Object (File)
Nov 17 2024, 11:45 AM
Unknown Object (File)
Nov 16 2024, 1:53 AM
Unknown Object (File)
Nov 16 2024, 1:25 AM
Subscribers

Details

Summary
In a local tree I accidentally had OPT_INIT_ALL defaulting to zero in
userland and none in kernel.  This resulted in the INIT_ALL text
appearing twice in src.conf.5.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.

OPT_ are not handled per-target

In my local tree:

building src.conf.5 man page from files in /home/emaste/src/freebsd-git/wipbsd/tools/build/options
...........................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
................................................................................................................................................................................................................................
ignoring duplicate option INIT_ALL
This revision is now accepted and ready to land.May 16 2024, 5:27 PM