Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 1995 20:18:33 +0100 (MET)
From:      Remy.Card@masi.ibp.fr (Remy CARD)
To:        root@io.cts.com (Morgan Davis)
Cc:        hackers@FreeBSD.org
Subject:   Re: -current build fails on share/doc
Message-ID:  <199501131918.UAA04379@ouranos.ibp.fr>
In-Reply-To: <199501131841.KAA15020@io.cts.com> from "Morgan Davis" at Jan 13, 95 10:41:26 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Commenting out doc in the share/Makefile allows -current to build
> correctly.  (See my previous message with details where it
> bombs out).  Looks like that hierarchy needs some attention.  Here's
> the fix for now:
> 
> #	@(#)Makefile	8.1 (Berkeley) 6/5/93
> 
> #SUBDIR= FAQ dict doc examples man me misc mk skel syscons \
> SUBDIR= FAQ dict examples man me misc mk skel syscons \
> 	tabset termcap tmac zoneinfo
> 
> .include <bsd.subdir.mk>
> 

	I guess that you don't have the games source tree on your machine.
The Makefiles in share/doc/usd/30.rogue and share/doc/usd/31.trek refer to
files in games/rogue/USD.doc and games/trek/USD.doc.  This is infortunate
for people who don't want to waste disk space for the games source distribution
(like me :-).  I think that the Makefiles in 30.rogue and 31.trek should check
for the presence of the games and default to no operation if this subtree
is not present.

		Remy



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