summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-04 22:33:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-04 22:33:58 +0000
commitd5aaba1385067ffeb0aeed57f49bb34695c56c14 (patch)
tree11f0ac40eac01e1b26c528d8dd56f3bb30ea1048 /Makefile
parent3c39127b72f959ecedd62d3d97982d2fe8692fea (diff)
downloadllvm-d5aaba1385067ffeb0aeed57f49bb34695c56c14.tar.gz
llvm-d5aaba1385067ffeb0aeed57f49bb34695c56c14.tar.bz2
llvm-d5aaba1385067ffeb0aeed57f49bb34695c56c14.tar.xz
CVS directory elimination moved to Makefile.rules
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 74c36dc27b..4c6f7097fd 100644
--- 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 \