[Lldb-commits] [lldb] r208713 - Fix broken TestMultithreaded on Linux.

Todd Fiala todd.fiala at gmail.com
Tue May 13 10:20:18 PDT 2014


Author: tfiala
Date: Tue May 13 12:20:17 2014
New Revision: 208713

URL: http://llvm.org/viewvc/llvm-project?rev=208713&view=rev
Log:
Fix broken TestMultithreaded on Linux.

The clean line is failing under Ubuntu 12.04/gcc.  It cleans fine
without it on MacOSX.  It doesn't clean right on Linux but at least
now it doesn't fail the test.

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=208713&r1=208712&r2=208713&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/Makefile (original)
+++ lldb/trunk/test/api/multithreaded/Makefile Tue May 13 12:20:17 2014
@@ -2,6 +2,4 @@ LEVEL = ../../make
 
 CXX_SOURCES := main.cpp
 
-clean: OBJECTS+=*.d.* *.d *.o *.pyc *.dSYM
-
 include $(LEVEL)/Makefile.rules





More information about the lldb-commits mailing list