[cfe-commits] r85958 - /cfe/trunk/test/Makefile
Nuno Lopes
nunoplopes at sapo.pt
Tue Nov 3 14:39:57 PST 2009
Author: nlopes
Date: Tue Nov 3 16:39:56 2009
New Revision: 85958
URL: http://llvm.org/viewvc/llvm-project?rev=85958&view=rev
Log:
make 'make clean' work on Solaris, per Gabor Greif comment
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=85958&r1=85957&r2=85958&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Tue Nov 3 16:39:56 2009
@@ -44,6 +44,6 @@
$(PROJ_SRC_DIR)/lit.site.cfg.in > $@
clean::
- @ find -name Output | xargs rm -fr
+ @ find . -name Output | xargs rm -fr
.PHONY: all report clean
More information about the cfe-commits
mailing list