From owner-freebsd-bugs Wed Apr 12 22: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4634937B81F for ; Wed, 12 Apr 2000 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA27453; Wed, 12 Apr 2000 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rat-thing.netizen.com.au (rat-thing.netizen.com.au [203.30.75.120]) by hub.freebsd.org (Postfix) with ESMTP id 78FA837BAF9 for ; Wed, 12 Apr 2000 21:52:36 -0700 (PDT) (envelope-from benno@rat-thing.netizen.com.au) Received: (from root@localhost) by rat-thing.netizen.com.au (8.9.3/8.9.3) id OAA25298; Thu, 13 Apr 2000 14:52:34 +1000 (EST) (envelope-from benno) Message-Id: <200004130452.OAA25298@rat-thing.netizen.com.au> Date: Thu, 13 Apr 2000 14:52:34 +1000 (EST) From: benno@netizen.com.au Reply-To: benno@netizen.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/17967: etc/Makefile attempts to build whatis databases even if NOMAN Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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