Date: Thu, 09 Dec 1999 23:21:36 +0100 From: Marcel Moolenaar <marcel@scc.nl> To: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <38502B70.713BAABB@scc.nl> References: <199912092154.NAA03631@gndrsh.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
"Rodney W. Grimes" wrote: > > > 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. The assumption that ../../sys exists is based on the fact that the "normal" include directory is /usr/include and that there's a symlink named sys in the root that points to a kernel source tree (eg /usr/src/sys). Now that symlinks are used in the temporary world (ie /usr/obj/.../tmp), the only thing missing was a symlink named sys in the temporary world that points to the corresponding kernel sources (ie ${.CURDIR}/sys). This is all independent of which source tree you are building. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org 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?38502B70.713BAABB>