[llvm-branch-commits] [cfe-tag] r84726 - /cfe/tags/Apple/clang-23.1/GNUSource.make

Ted Kremenek kremenek at apple.com
Tue Oct 20 18:41:00 PDT 2009


Author: kremenek
Date: Tue Oct 20 20:40:58 2009
New Revision: 84726

URL: http://llvm.org/viewvc/llvm-project?rev=84726&view=rev
Log:
Merge in r80944.

Modified:
    cfe/tags/Apple/clang-23.1/GNUSource.make

Modified: cfe/tags/Apple/clang-23.1/GNUSource.make
URL: http://llvm.org/viewvc/llvm-project/cfe/tags/Apple/clang-23.1/GNUSource.make?rev=84726&r1=84725&r2=84726&view=diff

==============================================================================
--- cfe/tags/Apple/clang-23.1/GNUSource.make (original)
+++ cfe/tags/Apple/clang-23.1/GNUSource.make Tue Oct 20 20:40:58 2009
@@ -173,6 +173,11 @@
 endif
 	$(_v) touch $@
 
+clean::
+	if [ "$(SRCROOT)" != . ]; then \
+	  rm -rf "$(SRCROOT)/clang/test/Archive"; \
+	fi
+
 almostclean::
 ifneq ($(GnuNoClean),YES)
 	@echo "Cleaning $(Project)..."





More information about the llvm-branch-commits mailing list