svn commit: r218487 - stable/7/sys/conf

Sergey Kandaurov pluknet at FreeBSD.org
Wed Feb 9 15:40:48 UTC 2011


Author: pluknet
Date: Wed Feb  9 15:40:48 2011
New Revision: 218487
URL: http://svn.freebsd.org/changeset/base/218487

Log:
  MFC r218189:
  
  Remove OpenSolaris include path referring to a non-existing directory.
  
  Reported by:	arundel on freebsd-hackers@ via clang
  Approved by:	kib (mentor)

Modified:
  stable/7/sys/conf/kern.pre.mk
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/conf/kern.pre.mk
==============================================================================
--- stable/7/sys/conf/kern.pre.mk	Wed Feb  9 15:40:13 2011	(r218486)
+++ stable/7/sys/conf/kern.pre.mk	Wed Feb  9 15:40:48 2011	(r218487)
@@ -77,9 +77,6 @@ INCLUDES+= -I$S/dev/twa
 # ...  and XFS
 INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs
 
-# ...  and OpenSolaris
-INCLUDES+= -I$S/contrib/opensolaris/compat
-
 # ... and the same for cxgb
 INCLUDES+= -I$S/dev/cxgb
 


More information about the svn-src-stable-7 mailing list