CVS directory elimination moved to Makefile.rules
authorReid Spencer <rspencer@reidspencer.com>
Sat, 4 Dec 2004 22:33:58 +0000 (22:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 4 Dec 2004 22:33:58 +0000 (22:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18503 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 74c36dc27b634d8a092f922c97856495bef34b3a..4c6f7097fd9f25a9cd134a9724aab10a60e78e40 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,6 @@ debug-opt-prof:
        $(Verb) $(MAKE) ENABLE_PROFILING=1
 
 dist-hook::
-       $(Echo) Eliminating CVS directories from distribution
-       $(Verb) $(RM) -rf `find $(TopDistDir) -type d -name CVS -print`
        $(Echo) Eliminating files constructed by configure
        $(Verb) $(RM) -f \
          $(TopDistDir)/include/llvm/ADT/hash_map  \