Date: 4 Sep 1999 10:27:23 -0000 From: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@freebsd.org Subject: docs/13571: Fix DOC_PREFIX to use .CURDIR (to make obj builds safe) Message-ID: <19990904102723.7605.qmail@mithrandr.moria.org>
next in thread | raw e-mail | index | archive | help
>Number: 13571 >Category: docs >Synopsis: Fix DOC_PREFIX to use .CURDIR (to make obj builds safe) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 4 04:01:28 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Neil Blakey-Milner >Release: FreeBSD 4.0-CURRENT i386 >Organization: Rhodes University Computer Users' Society >Environment: FreeBSD mithrandr.moria.org 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Fri Sep 3 17:46:29 SAST 1999 nbm@mithrandr.moria.org:/usr/src/sys/compile/MITHRANDR i386 >Description: Synopsis just about covers it - build fails if the object directory exists. >How-To-Repeat: cd /usr/doc/en*/art*/committers-guide && make obj && make >Fix: Index: Makefile =================================================================== RCS file: /home/nbm/ncvs/doc/en_US.ISO_8859-1/articles/committers-guide/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 1999/09/03 17:10:42 1.1 +++ Makefile 1999/09/04 10:18:36 @@ -21,5 +21,5 @@ # SGML content SRCS= article.sgml -DOC_PREFIX?= ../../.. +DOC_PREFIX?= ${.CURDIR}/../../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990904102723.7605.qmail>