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