From 6a2b72bf1a88ffc387b74456c4fdc81468752916 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 14 Dec 2021 21:40:01 -0700 Subject: [PATCH] Remove test-includes build This is making the CI red. I believe this is because we do a clean build w/o metamode in the tinderbox, so none of the artifacts needed to build a binary are present. However, I've not recreated the problem locally yet to confirm. Remove this while I investigate. This partially reverts dd55767b86bc. The rest of the commit causes no harm w/o the explicit test here. Sponsored by: Netflix --- Makefile.inc1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 963ffac7d09b..e03588511954 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1128,7 +1128,6 @@ _includes: .if !empty(SUBDIR_OVERRIDE) && make(buildworld) ${_+_}cd ${.CURDIR}; ${WMAKE} MK_INCLUDES=yes SHARED=symlinks includes .endif - ${_+_}cd ${.CURDIR}; ${WMAKE} test-includes _libraries: @echo @echo "--------------------------------------------------------------"