Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2002 08:07:50 -0700 (PDT)
From:      "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/38292: New include targets break world src/games does not exists
Message-ID:  <200205191507.g4JF7o43078456@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help

>Number:         38292
>Category:       misc
>Synopsis:       New include targets break world src/games does not exists
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 19 08:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Steven G. Kargl
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
apl/uw
>Environment:
System: FreeBSD troutmask.apl.washington.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed May 1 16:49:56 PDT 2002 kargl@troutmask.apl.washington.edu:/usr/obj/usr/src/sys/TROUTMASK i386


	
>Description:

rm /usr/obj/*
cd /usr/src
rm -rf games
make buildworld

[snip]

===> share/doc/usd/20.meref
===> share/doc/usd/30.rogue
make: don't know how to make buildincludes. Stop
*** Error code 2

Stop in /usr/src/share/doc/usd.
*** Error code 1


>How-To-Repeat:

You need sources that include Ruslan's reworking of the
includes target, which includes buildincludes and installincludes.

>Fix:

--- 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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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