From c8fab231f19b69aec506bae20982ea794757add5 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Mon, 5 Jun 2017 05:17:42 +0000 Subject: [PATCH] META_MODE: Force a host tool rebuild for ino64 in r318736. Sponsored by: Dell EMC Isilon --- Makefile.inc1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 56ef0929e2d6..84018785333d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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)