Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 17:37:16 +0400
From:      Lev Serebryakov <lev@FreeBSD.org>
To:        freebsd-current@freebsd.org
Subject:   Chicken and egg problem when building (third-party) kernel modules with <bsd.kmod.mk> -- how to solve?
Message-ID:  <1510067821.20130911173716@serebryakov.spb.ru>

next in thread | raw e-mail | index | archive | help
Hello, Freebsd-current.

 It is good idea to set KERNBUILDDIR when build module. But to set it you
need to know ${.OBJDIR} from ${SYSDIR} and ${SYSDIR} is set in bsd.kmod.mk,
which should be included last (after defining KERNBUILDDIR).

 How this loop could be broken?

-- 
// Black Lion AKA Lev Serebryakov <lev@FreeBSD.org>




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