svn commit: r240359 - stable/9/sys/modules/zfs

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Sep 11 10:07:56 UTC 2012


Author: pjd
Date: Tue Sep 11 10:07:55 2012
New Revision: 240359
URL: http://svn.freebsd.org/changeset/base/240359

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

Modified:
  stable/9/sys/modules/zfs/Makefile
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/modules/   (props changed)

Modified: stable/9/sys/modules/zfs/Makefile
==============================================================================
--- stable/9/sys/modules/zfs/Makefile	Tue Sep 11 09:38:32 2012	(r240358)
+++ stable/9/sys/modules/zfs/Makefile	Tue Sep 11 10:07:55 2012	(r240359)
@@ -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