mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
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
This commit is contained in:
parent
68b885f50c
commit
d632e0a1c6
@ -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 =====
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user