]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix `make makeman` after r367577
authorEd Maste <emaste@FreeBSD.org>
Fri, 13 Nov 2020 19:08:42 +0000 (19:08 +0000)
committerEd Maste <emaste@FreeBSD.org>
Fri, 13 Nov 2020 19:08:42 +0000 (19:08 +0000)
commit9a4d64029e32dfbb25b3e7fc29519ff8fff431d1
treeac3116784d9ccc21d35a6e37d7627114e3483b53
parent07a605f42789e8920754d478135146b59f3a29ab
Fix `make makeman` after r367577

WITH_INIT_ALL_ZERO and WITH_INIT_ALL_PATTERN are mutually exclusive.
The .error when they were both set broke makeman so demote it to a
warning (and presumably the compiler will fail on an error later on).

We could improve this to make one take precedence but this is sufficient
for now.

MFC with: r367577
Sponsored by: The FreeBSD Foundation
share/mk/bsd.opts.mk