From owner-freebsd-current Wed Oct 9 8:13:15 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E317137B401 for ; Wed, 9 Oct 2002 08:13:13 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7157043E3B for ; Wed, 9 Oct 2002 08:13:13 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g99FDD5b018881; Wed, 9 Oct 2002 08:13:13 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g99FD50E018876; Wed, 9 Oct 2002 08:13:05 -0700 (PDT) Date: Wed, 9 Oct 2002 08:13:05 -0700 From: "David O'Brien" To: Mark Murray Cc: current@freebsd.org Subject: Re: src/games bikeshed time. Message-ID: <20021009151305.GA18606@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mail-Followup-To: David O'Brien , Mark Murray , current@freebsd.org References: <20021009143005.GA93507@dragon.nuxi.com> <200210091509.g99F9whb013460@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210091509.g99F9whb013460@grimreaper.grondar.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 09, 2002 at 04:09:58PM +0100, Mark Murray wrote: > Index: Makefile.inc1 > =================================================================== > RCS file: /home/ncvs/src/Makefile.inc1,v > retrieving revision 1.304 > diff -u -d -r1.304 Makefile.inc1 > --- Makefile.inc1 17 Sep 2002 01:48:47 -0000 1.304 > +++ Makefile.inc1 8 Oct 2002 21:40:05 -0000 > @@ -601,10 +601,6 @@ > # > # build-tools: Build special purpose build tools > # > -.if exists(${.CURDIR}/games) && !defined(NOGAMES) > -_games= games/adventure games/hack games/phantasia > -.endif I don't follow this. What was special about these games for build-tools; and why is only this change enough? Was this patch make world tested (after rm'ing /usr/games)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message