[cfe-commits] r80944 - /cfe/tags/Apple/clang/GNUSource.make

Mike Stump mrs at apple.com
Thu Sep 3 13:54:14 PDT 2009


Author: mrs
Date: Thu Sep  3 15:54:14 2009
New Revision: 80944

URL: http://llvm.org/viewvc/llvm-project?rev=80944&view=rev
Log:
A little extra cleaning to avoid .a files.

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

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

==============================================================================
--- cfe/tags/Apple/clang/GNUSource.make (original)
+++ cfe/tags/Apple/clang/GNUSource.make Thu Sep  3 15:54:14 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 cfe-commits mailing list