[llvm-branch-commits] [cfe-branch] r81795 - /cfe/branches/Apple/bender/GNUSource.make

Mike Stump mrs at apple.com
Mon Sep 14 14:25:20 PDT 2009


Author: mrs
Date: Mon Sep 14 16:25:20 2009
New Revision: 81795

URL: http://llvm.org/viewvc/llvm-project?rev=81795&view=rev
Log:
We have to clean clang/test/Archive for building.

Modified:
    cfe/branches/Apple/bender/GNUSource.make

Modified: cfe/branches/Apple/bender/GNUSource.make
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/bender/GNUSource.make?rev=81795&r1=81794&r2=81795&view=diff

==============================================================================
--- cfe/branches/Apple/bender/GNUSource.make (original)
+++ cfe/branches/Apple/bender/GNUSource.make Mon Sep 14 16:25:20 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