svn commit: r240363 - releng/9.1/sys/modules/zfs

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Sep 11 13:58:04 UTC 2012


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"


More information about the svn-src-all mailing list