Date: Fri, 23 May 2003 04:35:28 +0200 From: Dag-Erling Smorgrav <des@ofug.org> To: "Simon L. Nielsen" <simon@nitro.dk> Cc: doc@freebsd.org Subject: Re: doc build with .OBJDIR Message-ID: <xzphe7mxudr.fsf@flood.ping.uio.no> In-Reply-To: <20030523015453.GF92953@nitro.dk> (Simon L. Nielsen's message of "Fri, 23 May 2003 03:54:54 %2B0200") References: <xzp1xyqzjxg.fsf@flood.ping.uio.no> <20030523015453.GF92953@nitro.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
"Simon L. Nielsen" <simon@nitro.dk> writes: > I think the correct solution is to use .PATH in the makefiles. This way > fewer special hacks should be needed. I have been trying to get this to > work and it works for most of doc/ but some special cases still fail. No, the correct solution is to not use ${.OBJDIR}, since in most cases the current directory is the one you want; unfortunately there is a lot of precedent for using ${.OBJDIR} all over the tree (both src and doc). DES -- Dag-Erling Smorgrav - des@ofug.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzphe7mxudr.fsf>