Date: Sun, 2 Jul 2000 13:56:10 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Warner Losh <imp@village.org> Cc: freebsd-current@FreeBSD.ORG Subject: Re: /sys hierarchy Message-ID: <20000702135610.G96427@dragon.nuxi.com> In-Reply-To: <200007021931.NAA68723@harmony.village.org>; from imp@village.org on Sun, Jul 02, 2000 at 01:31:28PM -0600 References: <200007021842.LAA10685@gndrsh.dnsmgr.net> <200007021931.NAA68723@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 02, 2000 at 01:31:28PM -0600, Warner Losh wrote: > : cd blah is currently > : cd ../../compile/${KERNNAME} > : it becomes > : cd /usr/obj/`pwd`/${KERNNAME} > > My take on this is that it would make it slightly harder to develop > kernel stuff in the tree. I don't like that prospect, and I think I agree that it is nicer to make the created headers, Makefile, etc. into /sys/compile/ , BUT it would be better to put the .o's in /usr/obj/ to seperate the generated binary from the [generated] source. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000702135610.G96427>