[compiler-rt] r176012 - [TSan] remove temporary build directory in 'make clean' command

Alexey Samsonov samsonov at google.com
Mon Feb 25 00:32:03 PST 2013


Author: samsonov
Date: Mon Feb 25 02:32:02 2013
New Revision: 176012

URL: http://llvm.org/viewvc/llvm-project?rev=176012&view=rev
Log:
[TSan] remove temporary build directory in 'make clean' command

Modified:
    compiler-rt/trunk/lib/tsan/Makefile.old

Modified: compiler-rt/trunk/lib/tsan/Makefile.old
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/Makefile.old?rev=176012&r1=176011&r2=176012&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/Makefile.old (original)
+++ compiler-rt/trunk/lib/tsan/Makefile.old Mon Feb 25 02:32:02 2013
@@ -94,3 +94,4 @@ clean:
 	rm -rf $(GTEST_BUILD_DIR)
 	$(MAKE) clean -C rtl -f Makefile.old
 	rm -f go/*.s
+	rm -rf build





More information about the llvm-commits mailing list