Page MenuHomeFreeBSD

makeman: extend duplicate option warning to OPT_ options
ClosedPublic

Authored by emaste on Mon, May 13, 7:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 20, 12:11 PM
Unknown Object (File)
Mon, May 20, 12:11 PM
Unknown Object (File)
Mon, May 20, 12:11 PM
Unknown Object (File)
Sun, May 19, 9:11 PM
Unknown Object (File)
Sat, May 18, 8:36 PM
Unknown Object (File)
Fri, May 17, 5:04 PM
Unknown Object (File)
Thu, May 16, 10:50 PM
Unknown Object (File)
Thu, May 16, 7:00 PM
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

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

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.Thu, May 16, 5:27 PM