Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2003 00:38:19 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        doc@freebsd.org
Subject:   doc build with .OBJDIR
Message-ID:  <xzp1xyqzjxg.fsf@flood.ping.uio.no>

next in thread | raw e-mail | index | archive | help
Does anyone ever build docs with a separate object directory?  It is
currently broken due to insufficient testing of bsd.images.mk rev
1.22:

===> articles/console-server
make: don't know how to make /usr/obj/home/des/freebsd/doc/en_US.ISO8859-1/articles/console-server//home/des/freebsd/doc/en_US.ISO8859-1/articles/console-server/../../../share/images/articles/console-server/tk0231-9-1.png. Stop
*** Error code 2

Stop in /home/des/freebsd/doc/en_US.ISO8859-1/articles.
*** Error code 1

Stop in /home/des/freebsd/doc/en_US.ISO8859-1.


It looks for images in ${.OBJDIR}/${.CURDIR}/../../../share/images,
where they obviously aren't.

DES
-- 
Dag-Erling Smorgrav - des@ofug.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzp1xyqzjxg.fsf>