Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2008 22:01:27 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r183736 - head/share/mk
Message-ID:  <200810092201.m99M1RFV072633@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810092201.m99M1RFV072633>