summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-12 03:07:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-12 03:07:02 +0000
commit5ff0dc790c27fb983eb4a633faecfe137384dce1 (patch)
treefe000117744fff99e51826034c9af47f4905fe96 /Makefile.rules
parent397edeff50395b15d3c33df9d243d736b05d8a6b (diff)
downloadllvm-5ff0dc790c27fb983eb4a633faecfe137384dce1.tar.gz
llvm-5ff0dc790c27fb983eb4a633faecfe137384dce1.tar.bz2
llvm-5ff0dc790c27fb983eb4a633faecfe137384dce1.tar.xz
Remove extraneous building in target dist-check. There is no reason that
a distribution should need to be able to make a distribution so eliminate the "make dist" from the list of targets attempted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27600 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 115100ef2a..42bfccbdaa 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1502,8 +1502,6 @@ dist-check:: $(DistTarGZip)
$(MAKE) check && \
$(MAKE) install && \
$(MAKE) uninstall && \
- $(MAKE) dist && \
- $(MAKE) clean && \
$(MAKE) dist-clean && \
$(EchoCmd) ===== $(DistTarGZip) Ready For Distribution =====