Subject: Re: now 'make cleandir' is confused
To: Ben Harris <bjh21@netbsd.org>
From: Brian Hechinger <wonko@entropy.tmok.com>
List: current-users
Date: 04/06/2001 18:20:46
Ben Harris drunkenly mumbled...
> In article <200104062130.RAA74306@entropy.tmok.com> you write:
> >'cvs update -d -P' wants gnu/usr.bin/grep/grep to be a directory and everybody
> >else is expecting it to be a binary.
> 
> When I do a cvs update -Pd, I don't end up with that directory.  What's it
> got in it?  Is it mentioned in gnu/usr.bin/grep/CVS/Entries?

ok, here's what i've got:

$ cat gnu/usr.bin/grep/CVS/Entries
/Makefile/1.19/Mon Nov  6 15:29:18 2000//
/config.h/1.3/Sat Oct 28 06:18:07 2000//
D/common////
D/egrep////
D/fgrep////
D/grep////
D/tests////

$ ls -l gnu/usr.bin/grep/grep
total 2
drwxr-xr-x  2 root  wheel  512 Apr  5 00:07 CVS

$ cat gnu/usr.bin/grep/grep/CVS/Entries
D

$ cat gnu/usr.bin/grep/grep/CVS/Repository
/cvsroot/gnusrc/gnu/usr.bin/grep/grep

$ cat gnu/usr.bin/grep/grep/CVS/Root
:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot

need to know anything else? just ask, i don't know what info to offer.

-brian