[Lldb-commits] [lldb] r216504 - Clean up after the multithreaded test case finishes.
Jason Molenda
jmolenda at apple.com
Tue Aug 26 16:31:00 PDT 2014
Author: jmolenda
Date: Tue Aug 26 18:31:00 2014
New Revision: 216504
URL: http://llvm.org/viewvc/llvm-project?rev=216504&view=rev
Log:
Clean up after the multithreaded test case finishes.
Patch by Sean Callanan.
<rdar://problem/18140875>
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=216504&r1=216503&r2=216504&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/Makefile (original)
+++ lldb/trunk/test/api/multithreaded/Makefile Tue Aug 26 18:31:00 2014
@@ -3,3 +3,6 @@ LEVEL = ../../make
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
+
+clean::
+ rm -rf *.o *.d *.dSYM
More information about the lldb-commits
mailing list