doc build with .OBJDIR

Dag-Erling Smorgrav des at ofug.org
Fri May 23 02:35:34 UTC 2003


"Simon L. Nielsen" <simon at 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 at ofug.org



More information about the freebsd-doc mailing list