Author: bdrewery
Date: Sat Jul 8 17:53:00 2017
New Revision: 320809
URL: https://svnweb.freebsd.org/changeset/base/320809
Log:
makeman: Don't show META_MODE ABI rebuild warnings.
Reported by: dim
Sponsored by: Dell EMC Isilon
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Sat Jul 8 17:30:33 2017 (r320808)
+++ head/Makefile.inc1 Sat Jul 8 17:53:00 2017 (r320809)
@@ -655,7 +655,8 @@ LIBCOMPAT= SOFT
# when the ABI breaks though that we want to force rebuilding WORLDTMP
# to get updated host tools.
.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
META_MODE_BAD_ABI_VERS+= 1200031
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"