diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-12 03:07:02 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-12 03:07:02 +0000 |
commit | ca4abfe3db6b73f6c6822bc0bb999377173abc76 (patch) | |
tree | 426be4798ccdb9c7b7a90f39a91f7b06bfb1759f | |
parent | 70c74a3cedbc6cbeec605e0f3a72a0d51efbcb73 (diff) | |
download | bcm5719-llvm-ca4abfe3db6b73f6c6822bc0bb999377173abc76.tar.gz bcm5719-llvm-ca4abfe3db6b73f6c6822bc0bb999377173abc76.zip |
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.
llvm-svn: 27600
-rw-r--r-- | llvm/Makefile.rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 115100ef2a9..42bfccbdaa1 100644 --- a/llvm/Makefile.rules +++ b/llvm/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 ===== |