[Lldb-commits] [lldb] r238529 - Fix TestMultithreaded.

Chaoren Lin chaorenl at google.com
Thu May 28 17:01:15 PDT 2015


Author: chaoren
Date: Thu May 28 19:01:15 2015
New Revision: 238529

URL: http://llvm.org/viewvc/llvm-project?rev=238529&view=rev
Log:
Fix TestMultithreaded.

Modified:
    lldb/trunk/test/api/multithreaded/Makefile

Modified: lldb/trunk/test/api/multithreaded/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/api/multithreaded/Makefile?rev=238529&r1=238528&r2=238529&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/Makefile (original)
+++ lldb/trunk/test/api/multithreaded/Makefile Thu May 28 19:01:15 2015
@@ -6,4 +6,4 @@ CXX_SOURCES := main.cpp
 include $(LEVEL)/Makefile.rules
 
 clean::
-	rm $(wildcard -rf *.o *.d *.dSYM)
+	rm -rf $(wildcard *.o *.d *.dSYM)





More information about the lldb-commits mailing list