From owner-freebsd-arch Thu Jul 6 23:40:58 2000 Delivered-To: freebsd-arch@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D6B2437BCF3; Thu, 6 Jul 2000 23:40:48 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id AAA26807; Fri, 7 Jul 2000 00:40:46 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA59141; Fri, 7 Jul 2000 00:40:22 -0600 (MDT) Message-Id: <200007070640.AAA59141@harmony.village.org> To: "Kenneth D. Merry" Subject: Re: cvs commit: src UPDATING Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, arch@FreeBSD.org Reply-To: arch@FreeBSD.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> Date: Fri, 07 Jul 2000 00:40:22 -0600 From: Warner Losh Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [[ 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