svn commit: r226738 - head/sys/modules/zfs

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Oct 25 16:22:44 UTC 2011


Author: pjd
Date: Tue Oct 25 16:22:43 2011
New Revision: 226738
URL: http://svn.freebsd.org/changeset/base/226738

Log:
  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
  MFC after:	3 days

Modified:
  head/sys/modules/zfs/Makefile

Modified: head/sys/modules/zfs/Makefile
==============================================================================
--- head/sys/modules/zfs/Makefile	Tue Oct 25 14:07:17 2011	(r226737)
+++ head/sys/modules/zfs/Makefile	Tue Oct 25 16:22:43 2011	(r226738)
@@ -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-head mailing list