Date: Sun, 02 Jul 2000 13:31:28 -0600 From: Warner Losh <imp@village.org> To: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> Cc: chris@calldei.com, 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) Subject: Re: /sys hierarchy Message-ID: <200007021931.NAA68723@harmony.village.org> In-Reply-To: Your message of "Sun, 02 Jul 2000 11:42:14 PDT." <200007021842.LAA10685@gndrsh.dnsmgr.net> References: <200007021842.LAA10685@gndrsh.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <200007021842.LAA10685@gndrsh.dnsmgr.net> "Rodney W. Grimes" writes: : 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. 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 this would impose some hardship on third parties that are using FreeBSD. If it could be turned off, that would be ideal. It ties the userland and kernel together too tightly, imho. For the average buildworld, it might not be bad, however. Warner 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?200007021931.NAA68723>