From: Alexey Samsonov Date: Mon, 25 Feb 2013 08:32:02 +0000 (+0000) Subject: [TSan] remove temporary build directory in 'make clean' command X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10bccda94859e5e15df4ec8e7a36a23672256830;p=platform%2Fupstream%2Fllvm.git [TSan] remove temporary build directory in 'make clean' command llvm-svn: 176012 --- diff --git a/compiler-rt/lib/tsan/Makefile.old b/compiler-rt/lib/tsan/Makefile.old index 1e74cbc..a492eab 100644 --- a/compiler-rt/lib/tsan/Makefile.old +++ b/compiler-rt/lib/tsan/Makefile.old @@ -94,3 +94,4 @@ clean: rm -rf $(GTEST_BUILD_DIR) $(MAKE) clean -C rtl -f Makefile.old rm -f go/*.s + rm -rf build