svn commit: r366818 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Sun Oct 18 22:37:58 UTC 2020


Author: adrian
Date: Sun Oct 18 22:37:58 2020
New Revision: 366818
URL: https://svnweb.freebsd.org/changeset/base/366818

Log:
  [zfs] Remove a non-existent directory in the build infra
  
  This directory doesn't exist and causes gcc-6.4 to complain about
  a non-existent include directory
  
  Approved by:	kevans, imp
  Differential Revision:	https://reviews.freebsd.org/D26846

Modified:
  head/sys/conf/kmod.mk

Modified: head/sys/conf/kmod.mk
==============================================================================
--- head/sys/conf/kmod.mk	Sun Oct 18 21:34:04 2020	(r366817)
+++ head/sys/conf/kmod.mk	Sun Oct 18 22:37:58 2020	(r366818)
@@ -540,7 +540,6 @@ OPENZFS_CFLAGS=     \
 	-nostdinc \
 	-DSMP \
 	-I${ZINCDIR}  \
-	-I${ZINCDIR}/spl \
 	-I${ZINCDIR}/os/freebsd \
 	-I${ZINCDIR}/os/freebsd/spl \
 	-I${ZINCDIR}/os/freebsd/zfs \


More information about the svn-src-head mailing list