From owner-freebsd-current Sun May 19 8:12: 9 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 2AFCA37B40B; Sun, 19 May 2002 08:12:05 -0700 (PDT) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.3/8.12.3) with ESMTP id g4JFC49Q078496; Sun, 19 May 2002 08:12:04 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.3/8.12.3/Submit) id g4JFC4iX078495; Sun, 19 May 2002 08:12:04 -0700 (PDT) Date: Sun, 19 May 2002 08:12:04 -0700 From: Steve Kargl To: freebsd-current@FreeBSD.ORG Cc: ru@FreeBSD.ORG Subject: Re: [PATCH] fixed buildworld in absences of src/games Message-ID: <20020519081204.A78383@troutmask.apl.washington.edu> References: <20020518234237.A76042@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020518234237.A76042@troutmask.apl.washington.edu>; from sgk@troutmask.apl.washington.edu on Sat, May 18, 2002 at 11:42:37PM -0700 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 I have filed PR misc/38292 to document this problem. steve On Sat, May 18, 2002 at 11:42:37PM -0700, Steve Kargl wrote: > If you don't have src/games, the "make buildworld" dies > without the following patch. > > -- > Steve > > --- share/doc/usd/30.rogue/Makefile.orig Sat May 18 21:29:07 2002 > +++ share/doc/usd/30.rogue/Makefile Sat May 18 22:50:21 2002 > @@ -10,5 +10,5 @@ > > .include > .else > -all clean cleandepend cleandir depend distribute install obj: > +all clean cleandepend cleandir depend includes buildincludes installincludes distribute install obj: > .endif > --- share/doc/usd/31.trek/Makefile.orig Sat May 18 21:30:12 2002 > +++ share/doc/usd/31.trek/Makefile Sat May 18 22:50:46 2002 > @@ -10,5 +10,5 @@ > > .include > .else > -all clean cleandepend cleandir depend distribute install obj: > +all clean cleandepend cleandir depend includes buildincludes installincludes distribute install obj: > .endif > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message