On Tue, 11 Dec 2012, Ralph Corderoy wrote:

>> +    find ArcEm -type d | grep CVS | xargs rm -r
>
> Could that be the more specific
>
>    find ArcEm -name CVS -type d -print | xargs rm -r

Yes, it could. Although in my defence I copied that from the tar.gz build 
rule!

>> +    find ArcEm -name .cvsignore | xargs -0 rm -r
>
> This one seems odd;  -0 on the xargs side but no -print0 from find.
> Also, if we expect .cvsignore to be a file them may as well limit the
> find to just those and remove rm's -r.

Yes, I'm not quite sure where I got that one from. Both changes are 
implemented now.

Cheers,

- Jeffrey


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
-- 
arcem-devel mailing list
arcem-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/arcem-devel

Reply via email to