Date: Fri, 18 Jun 2004 16:38:43 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kmod.mk Message-ID: <200406181638.i5IGch7K079518@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406181638.i5IGch7K079518>
