Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 13:58:03 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r240363 - releng/9.1/sys/modules/zfs
Message-ID:  <201209111358.q8BDw3VM060361@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Tue Sep 11 13:58:03 2012
New Revision: 240363
URL: http://svn.freebsd.org/changeset/base/240363

Log:
  MFC r226738:
  
  Don't look for includes in userland directories. There is no need for it
  and it breaks building the kernel without userland sources.
  
  Reported by:	andre, imp
  Approved by:	re (kib)

Modified:
  releng/9.1/sys/modules/zfs/Makefile
Directory Properties:
  releng/9.1/sys/   (props changed)
  releng/9.1/sys/modules/   (props changed)

Modified: releng/9.1/sys/modules/zfs/Makefile
==============================================================================
--- releng/9.1/sys/modules/zfs/Makefile	Tue Sep 11 13:29:50 2012	(r240362)
+++ releng/9.1/sys/modules/zfs/Makefile	Tue Sep 11 13:58:03 2012	(r240363)
@@ -82,7 +82,6 @@ CFLAGS+=-I${SUNW}/uts/common
 CFLAGS+=-I${.CURDIR}/../..
 CFLAGS+=-I${SUNW}/common/zfs
 CFLAGS+=-I${SUNW}/common
-CFLAGS+=-I${.CURDIR}/../../../include
 CFLAGS+=-DBUILDING_ZFS
 
 .if ${MACHINE_ARCH} == "powerpc64"



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