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

Gabor Greif gabor at mac.com
Tue Nov 3 14:31:16 PST 2009


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