From owner-freebsd-current Thu Jul 24 22:30:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA15260 for current-outgoing; Thu, 24 Jul 1997 22:30:24 -0700 (PDT) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA15255 for ; Thu, 24 Jul 1997 22:30:22 -0700 (PDT) Received: from helmholtz (helmholtz [198.202.70.34]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id WAA26744 for ; Thu, 24 Jul 1997 22:30:22 -0700 (PDT) Date: Thu, 24 Jul 1997 22:30:22 -0700 (PDT) From: Tom Bartol X-Sender: bartol@helmholtz To: freebsd-current@freebsd.org Subject: make world failure Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, I just got the following error at the very beginning of make world: -------------------------------------------------------------- make world started on Thu Jul 24 22:16:32 PDT 1997 -------------------------------------------------------------- -------------------------------------------------------------- Making hierarchy -------------------------------------------------------------- cd /usr/src && make hierarchy cd /usr/src/etc && make distrib-dirs "Makefile", line 149: 1 open conditional Fatal errors encountered -- cannot continue *** Error code 1 Stop. *** Error code 1 Stop. I had just done a make update using cvsup moments before the time indicated above. Line 149 of /usr/src/etc/Makefile is: .include my /usr/share/mk/bsd.prog.mk is version: v 1.52 1997/06/28 08:14:10 pst I can't really tell what's wrong with the Makefiles but apparently my machine is telling me "Hey, Don't do that!" My most recent make world on the evening of July 21 worked just fine. Thanks, Tom