From owner-freebsd-current Sun Jul 2 11:42:19 2000 Delivered-To: freebsd-current@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 7AF8737B70A; Sun, 2 Jul 2000 11:42:15 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id LAA10685; Sun, 2 Jul 2000 11:42:14 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200007021842.LAA10685@gndrsh.dnsmgr.net> Subject: Re: /sys hierarchy In-Reply-To: <20000702130736.D66762@holly.calldei.com> from Chris Costello at "Jul 2, 2000 01:07:36 pm" To: chris@calldei.com Date: Sun, 2 Jul 2000 11:42:14 -0700 (PDT) Cc: jhb@FreeBSD.ORG (John Baldwin), wilko@FreeBSD.ORG, obrien@FreeBSD.ORG, andrews@technologist.com (Will Andrews), freebsd-current@FreeBSD.ORG, jkh@zippy.osd.bsdi.com (Jordan K. Hubbard) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sunday, July 02, 2000, Rodney W. Grimes wrote: > > Actually the whole src/sys/compile thing should go away, it is > > one of the last things that has to be dealt with for a totally > > read-only mounted /usr/src. IMHO it should be moved to /usr/obj, > > and /usr/obj should, if it hasn't already, be enhanced to include > > a ${MACHINE_ARCH} component. > > It does already, but how do you propose the user build and > install the kernel? ``cd /usr/obj ...'' is inconsistent with any > current procedures. Just the argument to the cd has changed, the command sequence is still: cd blah make depend && make && make install. cd blah is currently cd ../../compile/${KERNNAME} it becomes cd /usr/obj/`pwd`/${KERNNAME} config(8) will need to produce a better makefile using `pwd` to figure out the path to the kernel sources. BDE probably has lots of tips about how to do this. -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message