From owner-cvs-all Thu Aug 9 20:31:52 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 3AE8737B403; Thu, 9 Aug 2001 20:31:24 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 7DB593E31; Thu, 9 Aug 2001 20:31:22 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 4C9253C12D; Thu, 9 Aug 2001 20:31:22 -0700 (PDT) To: ru@freebsd.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/doc/usd Makefile In-Reply-To: <20010809100728.D91485@sunbay.com>; from ru@FreeBSD.org on "Thu, 9 Aug 2001 10:07:28 +0300" Date: Thu, 09 Aug 2001 20:31:17 -0700 From: Dima Dorfman Message-Id: <20010810033122.7DB593E31@bazooka.unixfreak.org> 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 Ruslan Ermilov writes: > How about the following additionally? Looks good to me. > > 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