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)..."


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to