svn commit: r183736 - head/share/mk

Warner Losh imp at FreeBSD.org
Thu Oct 9 22:01:27 UTC 2008


Author: imp
Date: Thu Oct  9 22:01:27 2008
New Revision: 183736
URL: http://svn.freebsd.org/changeset/base/183736

Log:
  ata module additions now nest ata modules one deeper than any prior module.
  Increase heuristic used to find them by one.

Modified:
  head/share/mk/bsd.kmod.mk

Modified: head/share/mk/bsd.kmod.mk
==============================================================================
--- head/share/mk/bsd.kmod.mk	Thu Oct  9 21:25:01 2008	(r183735)
+++ head/share/mk/bsd.kmod.mk	Thu Oct  9 22:01:27 2008	(r183736)
@@ -2,7 +2,7 @@
 
 # Search for kernel source tree in standard places.
 .for _dir in ${.CURDIR}/../.. ${.CURDIR}/../../.. ${.CURDIR}/../../../.. \
-    /sys /usr/src/sys
+    ${.CURDIR}/../../../../.. /sys /usr/src/sys
 .if !defined(SYSDIR) && exists(${_dir}/kern/) && exists(${_dir}/conf/kmod.mk)
 SYSDIR=	${_dir}
 .endif


More information about the svn-src-head mailing list