[Lldb-commits] [lldb] r108027 - /lldb/trunk/Makefile

Eli Friedman eli.friedman at gmail.com
Fri Jul 9 15:36:15 PDT 2010


Author: efriedma
Date: Fri Jul  9 17:36:15 2010
New Revision: 108027

URL: http://llvm.org/viewvc/llvm-project?rev=108027&view=rev
Log:
Comment out test targets; they don't work on Linux because test/Makefile uses
a bunch of BSD-isms.


Modified:
    lldb/trunk/Makefile

Modified: lldb/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/Makefile?rev=108027&r1=108026&r2=108027&view=diff
==============================================================================
--- lldb/trunk/Makefile (original)
+++ lldb/trunk/Makefile Fri Jul  9 17:36:15 2010
@@ -66,14 +66,14 @@
 	fi
 endif
 
-test::
-	@ $(MAKE) -C test
+#test::
+#	@ $(MAKE) -C test
 
-report::
-	@ $(MAKE) -C test report
+#report::
+#	@ $(MAKE) -C test report
 
-clean::
-	@ $(MAKE) -C test clean
+#clean::
+#	@ $(MAKE) -C test clean
 
 tags::
 	$(Verb) etags `find . -type f -name '*.h' -or -name '*.cpp' | \





More information about the lldb-commits mailing list