From owner-freebsd-current Thu Oct 10 10:00:18 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA02092 for current-outgoing; Thu, 10 Oct 1996 10:00:18 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA02084 for ; Thu, 10 Oct 1996 10:00:16 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id KAA16119; Thu, 10 Oct 1996 10:59:59 -0600 (MDT) Date: Thu, 10 Oct 1996 10:59:59 -0600 (MDT) Message-Id: <199610101659.KAA16119@rocky.mt.sri.com> From: Nate Williams To: Veggy Vinny Cc: Nate Williams , current@freebsd.org Subject: Re: make world fails in -current In-Reply-To: References: <199610101625.KAA15921@rocky.mt.sri.com> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Veggy Vinny writes: > > > a make world still fails in -current, just to confirm this... I > > > deleted the entire /usr/src tree and resupped and this is what still > > > happens: > > > > > > ===> gnu/usr.bin/cvs/lib > > > ".depend", line 85: Need an operator > > > Fatal errors encountered -- cannot continue > > > *** Error code 1 > > > > I suspect you have a left-over .depend file in the obj directory. Do a > > 'make cleandir' and try again. > > Actually, I thought it was that yesterday but just to be sure... > > root@earth [9:40am][/usr/src/gnu/usr.bin/cvs] >> make cleandir > ===> lib > ".depend", line 85: Need an operator > Fatal errors encountered -- cannot continue > *** Error code 1 # cd /usr/obj; # rm -rf * # find /usr/src -name obj -print | xargs rm -rf Nate