[cfe-commits] r85957 - /cfe/trunk/test/Makefile

Nuno Lopes nunoplopes at sapo.pt
Tue Nov 3 14:40:34 PST 2009


Commited, thanks!
Nuno


> Hi Nuno!
> 
> + @ find -name Output | xargs rm -fr
> 
> this should probably be
> 
> + @ find . -name Output | xargs rm -fr
> 
> IIRC, Solaris does not like the omission of the
> entry directory.
> 
> Cheers,
> 
> Gabor



More information about the cfe-commits mailing list