[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Tue Apr 11 20:07:14 PDT 2006
Changes in directory llvm:
Makefile.rules updated: 1.360 -> 1.361
---
Log message:
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.
---
Diffs of the changes: (+0 -2)
Makefile.rules | 2 --
1 files changed, 2 deletions(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.360 llvm/Makefile.rules:1.361
--- llvm/Makefile.rules:1.360 Mon Apr 10 11:46:04 2006
+++ llvm/Makefile.rules Tue Apr 11 22:07:02 2006
@@ -1502,8 +1502,6 @@
$(MAKE) check && \
$(MAKE) install && \
$(MAKE) uninstall && \
- $(MAKE) dist && \
- $(MAKE) clean && \
$(MAKE) dist-clean && \
$(EchoCmd) ===== $(DistTarGZip) Ready For Distribution =====
More information about the llvm-commits
mailing list