Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2002 08:12:04 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
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>
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
References:  <20020518234237.A76042@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.doc.mk>
>  .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 <bsd.doc.mk>
>  .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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020519081204.A78383>