Subject: Re: Correct build method?
To: Greg 'groggy' Lehey <grog@lemis.com>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: current-users
Date: 12/26/2002 23:19:55
On Thu, 2002-12-26 at 22:52, Greg 'groggy' Lehey wrote:

>   cleandir ===> gnu/usr.bin/grep
>   rm -f grep.o dfa.o kwset.o obstack.o savedir.o getopt.o getopt1.o search.o stpcpy.o regex.o grepmat.o  grep.ln dfa.ln kwset.ln obstack.ln savedir.ln getopt.ln getopt1.ln search.ln stpcpy.ln regex.ln grepmat.ln
>   rm -f grep.1 grep.info grep.cat1  
>   rm -f a.out [Ee]rrs mklog core *.core .gdbinit grep
>   rm: grep: is a directory
>   *** Error code 1

Looks like you didn't checkout the sources from CVS with the '-P' flag.
Update your source tree with 'cvs -z3 update -dP' and try again.

Cheers,
Jared