From owner-cvs-src@FreeBSD.ORG Fri Jun 18 16:39:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CCE216A4CE; Fri, 18 Jun 2004 16:39:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55AE43D41; Fri, 18 Jun 2004 16:39:04 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5IGcht8079519; Fri, 18 Jun 2004 16:38:43 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5IGch7K079518; Fri, 18 Jun 2004 16:38:43 GMT (envelope-from pjd) Message-Id: <200406181638.i5IGch7K079518@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 18 Jun 2004 16:38:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.kmod.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 16:39:05 -0000 pjd 2004-06-18 16:38:43 UTC FreeBSD src repository Modified files: share/mk bsd.kmod.mk Log: Check if ${_dir}/kern exists as well, because if it doesn't exists we will fail later and we can miss good kernel source tree directory. I found this trying to compile kld module and it finds 'conf/kmod.mk' in '../..', but it fails later, because there is no 'kern' directory, but there is valid kernel source tree still in /usr/src/sys/. Revision Changes Path 1.89 +2 -2 src/share/mk/bsd.kmod.mk