From owner-freebsd-hackers Fri Jan 13 11:21:44 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id LAA15727 for hackers-outgoing; Fri, 13 Jan 1995 11:21:44 -0800 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id LAA15721 for ; Fri, 13 Jan 1995 11:21:42 -0800 Received: from masi.ibp.fr (root@masi.ibp.fr [132.227.60.23]) by ibp.ibp.fr (8.6.8/jtpda-5.0) with ESMTP id UAA25089 ; Fri, 13 Jan 1995 20:21:48 +0100 Received: from ouranos.ibp.fr (ouranos.ibp.fr [132.227.64.28]) by masi.ibp.fr (8.6.9/jtpda-5.0) with ESMTP id UAA07563 ; Fri, 13 Jan 1995 20:21:02 +0100 From: Remy.Card@masi.ibp.fr (Remy CARD) Received: by ouranos.ibp.fr (8.6.9/jtpda-5.0) id UAA04379 ; Fri, 13 Jan 1995 20:18:33 +0100 Message-Id: <199501131918.UAA04379@ouranos.ibp.fr> Subject: Re: -current build fails on share/doc To: root@io.cts.com (Morgan Davis) Date: Fri, 13 Jan 1995 20:18:33 +0100 (MET) Cc: hackers@FreeBSD.org In-Reply-To: <199501131841.KAA15020@io.cts.com> from "Morgan Davis" at Jan 13, 95 10:41:26 am X-Mailer: ELM [version 2.4 PL21] Content-Type: text Content-Length: 928 Sender: hackers-owner@FreeBSD.org Precedence: bulk > > 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 > 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