From owner-freebsd-stable Thu Mar 19 10:00:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03997 for freebsd-stable-outgoing; Thu, 19 Mar 1998 10:00:54 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03952 for ; Thu, 19 Mar 1998 10:00:35 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id EAA09123; Fri, 20 Mar 1998 04:56:12 +1100 Date: Fri, 20 Mar 1998 04:56:12 +1100 From: Bruce Evans Message-Id: <199803191756.EAA09123@godzilla.zeta.org.au> To: erakupa@kk.etx.ericsson.se, tom@uniserve.com Subject: Re: "make buildworld" fails on 2.2.6-BETA Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk >> ===> gnu/usr.bin/cc/cpp >> ".depend", line 9: Need an operator >> make: fatal errors encountered -- cannot continue >> *** Error code 1 > > Bad .depend files have been left behind. Probably from previous build. >You aren't specifying NOCLEAN are you? Probably a "make depend" and/or a >"make clean" will fix things, but this should be automatic. Actually, they probably can't fix this, since `make' only works for makefiles with no syntax errors, and .depend is part of a makefile. `make cleandir' from a top level directory might work by deleting all the object subdirectories. I saw a whole lot of .depend errors while playing with -j the other day. .depend files got filled with cpp output, perhaps because mkdep got mismade. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message