Date: Thu, 13 Apr 2000 14:52:34 +1000 (EST) From: benno@netizen.com.au To: FreeBSD-gnats-submit@freebsd.org Subject: conf/17967: etc/Makefile attempts to build whatis databases even if NOMAN Message-ID: <200004130452.OAA25298@rat-thing.netizen.com.au>
next in thread | raw e-mail | index | archive | help
>Number: 17967
>Category: conf
>Synopsis: etc/Makefile attempts to build whatis databases even if NOMAN is defined
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Apr 12 22:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Benno Rice
>Release: FreeBSD 5.0-CURRENT i386
>Organization:
Netizen Pty Ltd
>Environment:
FreeBSD rat-thing.netizen.com.au 5.0-CURRENT FreeBSD 5.0-CURRENT #11: Wed Mar 15 14:04:47 EST 2000 benno@rat-thing.netizen.com.au:/usr/src/sys/compile/RATTHING i386
>Description:
The 'distribution' target in etc/Makefile attempts to cd to share/man and
run make makedb even if NOMAN is defined.
>How-To-Repeat:
setenv NOMAN true
cd /usr/src/etc
make distribution
>Fix:
--- Makefile Thu Apr 13 14:49:14 2000
+++ Makefile.new Thu Apr 13 14:49:05 2000
@@ -129,7 +129,9 @@
(cd ${.CURDIR}/..; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} \
${DESTDIR}/)
+.if !defined(NOMAN)
(cd ${.CURDIR}/../share/man; ${MAKE} makedb; )
+.endif
distrib-dirs:
mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004130452.OAA25298>
