makeman: Don't show META_MODE ABI rebuild warnings.

Reported by:	dim
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-07-08 17:53:00 +00:00
parent 28bbe30cce
commit 0f827d7a96

View File

@ -655,7 +655,8 @@ LIBCOMPAT= SOFT
# when the ABI breaks though that we want to force rebuilding WORLDTMP # when the ABI breaks though that we want to force rebuilding WORLDTMP
# to get updated host tools. # to get updated host tools.
.if ${MK_META_MODE} == "yes" && defined(NO_CLEAN) && \ .if ${MK_META_MODE} == "yes" && defined(NO_CLEAN) && \
!defined(NO_META_IGNORE_HOST) && !defined(NO_META_IGNORE_HOST_HEADERS) !defined(NO_META_IGNORE_HOST) && !defined(NO_META_IGNORE_HOST_HEADERS) && \
!make(showconfig)
# r318736 - ino64 major ABI breakage # r318736 - ino64 major ABI breakage
META_MODE_BAD_ABI_VERS+= 1200031 META_MODE_BAD_ABI_VERS+= 1200031