Date: Thu, 09 Dec 1999 15:07:14 -0700 From: Warner Losh <imp@village.org> To: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> Cc: marcel@scc.nl (Marcel Moolenaar), marcel@FreeBSD.org (Marcel Moolenaar), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <199912092207.PAA17580@harmony.village.org> In-Reply-To: Your message of "Thu, 09 Dec 1999 13:54:31 PST." <199912092154.NAA03631@gndrsh.dnsmgr.net> References: <199912092154.NAA03631@gndrsh.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <199912092154.NAA03631@gndrsh.dnsmgr.net> "Rodney W. Grimes" writes: : > "Rodney W. Grimes" wrote: : > : > > > Modified files: : > > > . Makefile.inc1 : > > > Log: : > > > Make sure the links to the source tree end up in the source tree. : > > : > > Ehhh??? Are you writting in the source tree directories??? If so you've : > > reverted what took many many many years to get working, and that is a : > > RO /usr/src, sans kernel builds. : > : > No, I'm not writing in the source tree. The include directory in the : > temporary world (ie /usr/obj/.../tmp/usr/include now uses links instead : > of copies. The links however are based on the presence of '../../sys', : > which normally is the sys link in the root directory. The log is a bit : > generic, because the links are all to the *kernel* sources. : : assumption of presence of ../../sys is very bad, my src tree's are often : not rooted at /usr/src or any otherplace that would have a ../../sys. And : more often than not ../../sys points to a deferent set of sources than : what is being built if it does happen to be rooted at /usr/src. I *NEVER* have /usr/obj/../../sys on my machines. EVER. Why can't you link to the source tree? ${.CURDIR} is valid. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912092207.PAA17580>