Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2020 22:37:58 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366818 - head/sys/conf
Message-ID:  <202010182237.09IMbwGb065911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010182237.09IMbwGb065911>