From: Reid Spencer Date: Wed, 12 Apr 2006 03:07:02 +0000 (+0000) Subject: Remove extraneous building in target dist-check. There is no reason that X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5ff0dc790c27fb983eb4a633faecfe137384dce1;p=oota-llvm.git 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 --- diff --git a/Makefile.rules b/Makefile.rules index 115100ef2a9..42bfccbdaa1 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 =====