makeman: Don't show META_MODE ABI rebuild warnings.
Reported by: dim Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
28bbe30cce
commit
0f827d7a96
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user