]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix `make makeman` after r367577
authoremaste <emaste@FreeBSD.org>
Fri, 13 Nov 2020 19:08:42 +0000 (19:08 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 13 Nov 2020 19:08:42 +0000 (19:08 +0000)
commitbe2d090ef2b22666bdf386aece1f1d667a7ad471
treeac3116784d9ccc21d35a6e37d7627114e3483b53
parent3cc9f4e1bc33cba0c80b170673031ebe42f7bda2
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