From owner-cvs-all Thu Aug 9 0: 8:29 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id DC06137B403; Thu, 9 Aug 2001 00:07:52 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f7977SW94494; Thu, 9 Aug 2001 10:07:28 +0300 (EEST) (envelope-from ru) Date: Thu, 9 Aug 2001 10:07:28 +0300 From: Ruslan Ermilov To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/doc/usd Makefile Message-ID: <20010809100728.D91485@sunbay.com> Mail-Followup-To: Dima Dorfman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200108090659.f796xGv99121@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108090659.f796xGv99121@freefall.freebsd.org>; from dd@FreeBSD.org on Wed, Aug 08, 2001 at 11:59:16PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How about the following additionally? Index: Makefile =================================================================== RCS file: /home/ncvs/src/share/man/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile 1999/08/28 00:19:37 1.11 +++ Makefile 2001/08/09 07:08:44 @@ -2,7 +2,11 @@ # $FreeBSD: src/share/man/Makefile,v 1.11 1999/08/28 00:19:37 peter Exp $ # XXX MISSING: man3f -SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9 +SUBDIR= man1 man3 man4 man5 man7 man8 man9 + +.if !defined(NOGAMES) +SUBDIR+=man6 +.endif makedb: makewhatis ${DESTDIR}${BINDIR}/man On Wed, Aug 08, 2001 at 11:59:16PM -0700, Dima Dorfman wrote: > dd 2001/08/08 23:59:16 PDT > > Modified files: > share/doc/usd Makefile > Log: > Don't build/install game-related documents when building with NOGAMES. > This fixes buildworld when src/games doesn't exist (this may not be > "officially" supported, but there's no sense in making it harder for > somebody that wants to do it). > > PR: 29162 > Submitted by: Stewart Morgan > > Revision Changes Path > 1.9 +6 -2 src/share/doc/usd/Makefile -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message