Cannot perform make install

Ion-Mihai Tetcu itetcu at apropo.ro
Fri Nov 28 03:06:21 PST 2003


On Fri, 28 Nov 2003 09:33:17 +0000
Matthew Seaman <m.seaman at infracaninophile.co.uk> wrote:

> On Fri, Nov 28, 2003 at 01:29:17AM +0200, Ion-Mihai Tetcu wrote:
> 
> > I think that if you do :
> > cd / && find /usr/ports/ -type f -name 'readme.html' -exec rm {} \;
> > and cvsup again you'll get rid of the old directories.
> 
> Careful... Make that find command:
> 
>     # find /usr/ports -type f -name README.html -exec rm {} \;

Yeh, I didn'y remenber the upercases and I do not have the readme files in on my system.
 
> Pedants may also prefer:
> 
>     # find /usr/ports -type f -name README.html -print | xargs rm

About 1/3 of the orginal time, I think



-- 
IOnut
Unregistered ;) FreeBSD user


More information about the freebsd-questions mailing list