From owner-cvs-all Sat Mar 25 13: 4:41 2000 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.79.126]) by hub.freebsd.org (Postfix) with ESMTP id 901B837B975; Sat, 25 Mar 2000 13:04:27 -0800 (PST) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.79.115]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id OAA16496; Sat, 25 Mar 2000 14:04:26 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id OAA18347; Sat, 25 Mar 2000 14:04:25 -0700 (MST) (envelope-from nate) Date: Sat, 25 Mar 2000 14:04:25 -0700 (MST) Message-Id: <200003252104.OAA18347@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jeroen Ruigrok/Asmodai Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gperf Makefile README-FIRST gperf.1 gperf.texinfo src/contrib/gperf/src Makefile boolarray.c boolarray.h getopt.c gperf-to-do hashtable.c hashtable.h iterator.c keylist.c keylist.h listnode.c listnode.h main.c ... In-Reply-To: <20000325220026.A3765@daemon.ninth-circle.org> References: <200003250825.AAA04481@freefall.freebsd.org> <20000325220026.A3765@daemon.ninth-circle.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Removed files: > > contrib/gperf Makefile README-FIRST gperf.1 > > gperf.texinfo > > contrib/gperf/src Makefile boolarray.c boolarray.h getopt.c > > gperf-to-do hashtable.c hashtable.h > > iterator.c keylist.c keylist.h listnode.c > > Sources cvsupped at around 20:00-20:30 GMT and a make in > gnu/usr.bin/gperf gives: > > [root@celestial] (93) # make > make: don't know how to make > /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/iterator.c. Stop > > I can't find a reference to iterator.c anywhere in the makefiles. Run another 'make depend' since it was referenced from the old sources. Either that or blow away the entire directory with 'make cleandir' and it should work fine. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message