From owner-cvs-all Fri May 26 14:33:44 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 2D3D937B51B; Fri, 26 May 2000 14:33:39 -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 PAA24252; Fri, 26 May 2000 15:33:37 -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 PAA92601; Fri, 26 May 2000 15:32:23 -0600 (MDT) Message-Id: <200005262132.PAA92601@harmony.village.org> To: Mike Smith Subject: Re: cvs commit: src/sys/modules/twe Makefile Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 26 May 2000 13:07:30 PDT." <200005262007.NAA42168@freefall.freebsd.org> References: <200005262007.NAA42168@freefall.freebsd.org> Date: Fri, 26 May 2000 15:32:23 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200005262007.NAA42168@freefall.freebsd.org> Mike Smith writes: : Some joker decided to make it even harder to build modules outside the : kernel, and rather than fix the make search path, hardcoded it into the : module Makefiles themselves. Go with the herd. Yes. And after I had just fixed it to amek it EASIER and POSSIBLE to build outside of the kernel. The ../../conf/kmod.mk junk is ugly ugly ugly. At the very least the bsd.kmod.mk should do its SYSDIR tests and include $SYSDIR/conf/kmod.mk if it can find it, or print the present error meesage if it can't. Maybe I'll just do that... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message