Remove extraneous building in target dist-check. There is no reason that
authorReid Spencer <rspencer@reidspencer.com>
Wed, 12 Apr 2006 03:07:02 +0000 (03:07 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 12 Apr 2006 03:07:02 +0000 (03:07 +0000)
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

Makefile.rules

index 115100ef2a95964cb53c4b9d5d5d061b13d44397..42bfccbdaa1dad8ed96e154444d13686c132c28f 100644 (file)
@@ -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 =====