aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-12-15 04:40:01 +0000
committerWarner Losh <imp@FreeBSD.org>2021-12-15 04:42:47 +0000
commit6a2b72bf1a88ffc387b74456c4fdc81468752916 (patch)
tree8caf39f38ba3bfb39e702a75fc87229e2b22781d /Makefile.inc1
parentd752d10e53839ad0654c9c564c6ef6c6e462c96d (diff)
downloadsrc-6a2b72bf1a88ffc387b74456c4fdc81468752916.tar.gz
src-6a2b72bf1a88ffc387b74456c4fdc81468752916.zip
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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 0 insertions, 1 deletions
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 "--------------------------------------------------------------"