Date: Fri, 07 Jul 2000 00:40:22 -0600 From: Warner Losh <imp@village.org> To: "Kenneth D. Merry" <ken@kdm.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, arch@FreeBSD.org Subject: Re: cvs commit: src UPDATING Message-ID: <200007070640.AAA59141@harmony.village.org> In-Reply-To: Your message of "Fri, 07 Jul 2000 00:31:39 MDT." <20000707003139.A1286@panzer.kdm.org> References: <20000707003139.A1286@panzer.kdm.org> <200007070517.WAA76347@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[[ redirected to arch ]] In message <20000707003139.A1286@panzer.kdm.org> "Kenneth D. Merry" writes: : Thanks for making the change. No problem. I saw the error and knew what the problem was instantly. Having hit it before... : Do you, or does anyone else know, whether it would be possible, or a good : idea, to use the .mk files from the share/mk directory that goes along : with a given source tree? We generally do. For buildworld, we already use the mk file in the tree. For the kernel we mostly already use the mk file in the sys tree. We're using sys/conf/kmod.mk. However, to support building outside of the sys tree we're still including bsd.kmod.mk. This file now just looks for how to define SYSDIR, defines it and includes $SYSDIR/sys/conf/kmod.mk. The real problem was that the change to bsd.kmod.mk wasn't done before the integraton of the sound changes. That would have made it easier to cope in the transition. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007070640.AAA59141>