From owner-cvs-all Thu Dec 9 14: 7:23 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 4732F15097; Thu, 9 Dec 1999 14:07:16 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA52850; Thu, 9 Dec 1999 15:07:14 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA17580; Thu, 9 Dec 1999 15:07:14 -0700 (MST) Message-Id: <199912092207.PAA17580@harmony.village.org> To: "Rodney W. Grimes" Subject: Re: cvs commit: src Makefile.inc1 Cc: marcel@scc.nl (Marcel Moolenaar), marcel@FreeBSD.org (Marcel Moolenaar), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.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> Date: Thu, 09 Dec 1999 15:07:14 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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