From owner-cvs-all Fri Dec 18 07:15:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18781 for cvs-all-outgoing; Fri, 18 Dec 1998 07:15:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18754; Fri, 18 Dec 1998 07:15:36 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id QAA24441; Fri, 18 Dec 1998 16:15:22 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id QAA98282; Fri, 18 Dec 1998 16:15:21 +0100 (MET) Message-ID: <19981218161521.J93539@follo.net> Date: Fri, 18 Dec 1998 16:15:21 +0100 From: Eivind Eklund To: Bruce Evans , dfr@FreeBSD.ORG, dfr@nlsystems.com Cc: alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/alpha/conf Makefile.alpha References: <199812180732.SAA30830@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199812180732.SAA30830@godzilla.zeta.org.au>; from Bruce Evans on Fri, Dec 18, 1998 at 06:32:12PM +1100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, Dec 18, 1998 at 06:32:12PM +1100, Bruce Evans wrote: > >Anyone building alpha kernels should make sure to install bsd.kern.mk > >before trying to build another one. > > This should not be necessary. Makefile.alpha should use the relative > bsd.kern.mk like Makefile.i386. > > Makefile.alpha has rotted in several other ways since it was cloned > from Makefile.i386. These Makefiles are mostly machine-independent, > so they should be reorganized. I suggest the following reorganization: > > most of Makefile.alpha -> src/sys/conf/Makefile.kern > most of Makefile.i386 -> src/sys/conf/Makefile.kern > bsd.kern.mk -> src/sys/conf/bsd.kern.mk > bsd.kmod.mk -> src/sys/conf/bsd.kmod.mk > rules in sys/conf/files -> src/sys/conf/Makefile.inc > src/lkm -> src/sys/lkm (like src/sys/modules) I like this, except that I'm not quite certain the rule movement work out easily (but as long as I don't have to do the work, I'm all for it :-) Eivind, who would like a full re-org of the entire kernel source layout at some point. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message