From owner-freebsd-stable Wed Apr 9 18:27:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA02775 for stable-outgoing; Wed, 9 Apr 1997 18:27:41 -0700 (PDT) Received: from mh1.cts.com (root@mh1.cts.com [205.163.24.66]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA02770 for ; Wed, 9 Apr 1997 18:27:39 -0700 (PDT) Received: from io.cts.com (io.cts.com [198.68.174.34]) by mh1.cts.com (8.8.5/8.8.5) with ESMTP id SAA05131 for ; Wed, 9 Apr 1997 18:27:37 -0700 (PDT) Received: (from mdavis@localhost) by io.cts.com (8.8.5/8.6.9) id SAA01228 for stable@freebsd.org; Wed, 9 Apr 1997 18:27:36 -0700 (PDT) From: Morgan Davis Message-Id: <199704100127.SAA01228@io.cts.com> Subject: games hierarchy breaks 2.2.1 build To: stable@freebsd.org Date: Wed, 9 Apr 1997 18:27:36 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL19 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've made the plunge to update a 2.1.7 stable system With a freshly retrieved 2_2_1_RELEASE from cvsup. (Note to others doing this: be sure to add "contrib" to your supfiles as a new entry). However, "make world" insists on building the games hierarchy, which doesn't exist (I elected not to pull it down in my supfile). I'm stumped as to how /usr/src/Makefile is including games in SUBDIR if it doesn't physically exist in the /usr/src directory. This generates an error which halts the build completely. Have I stumbled across a bug, or just tripped over myself? I suppose I could invoke make with -DNOGAMES but that shouldn't be needed if /usr/src/games doesn't exist, right?