Author: bdrewery
Date: Mon Jun 5 05:17:42 2017
New Revision: 319594
URL: https://svnweb.freebsd.org/changeset/base/319594
Log:
META_MODE: Force a host tool rebuild for ino64 in r318736.
Sponsored by: Dell EMC Isilon
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Mon Jun 5 05:17:39 2017 (r319593)
+++ head/Makefile.inc1 Mon Jun 5 05:17:42 2017 (r319594)
@@ -649,6 +649,8 @@ LIBCOMPAT= SOFT
# to get updated host tools.
.if ${MK_META_MODE} == "yes" && defined(NO_CLEAN) && \
!defined(NO_META_IGNORE_HOST) && !defined(NO_META_IGNORE_HOST_HEADERS)
+# r318736 - ino64 major ABI breakage
+META_MODE_BAD_ABI_VERS+= 1200031
.if !defined(OBJDIR_HOST_OSRELDATE)
.if exists(${OBJTREE}${.CURDIR}/host-osreldate.h)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"