[llvm-commits] CVS: llvm/Makefile.rules
Chris Lattner
lattner at cs.uiuc.edu
Fri Dec 3 15:57:23 PST 2004
Changes in directory llvm:
Makefile.rules updated: 1.248 -> 1.249
---
Log message:
Remove all recursive check support from Makefile.rules
---
Diffs of the changes: (+2 -4)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.248 llvm/Makefile.rules:1.249
--- llvm/Makefile.rules:1.248 Fri Dec 3 15:05:57 2004
+++ llvm/Makefile.rules Fri Dec 3 17:56:41 2004
@@ -20,7 +20,7 @@
# Define the various target sets
#--------------------------------------------------------------------
RecursiveTargets := all clean clean-all install uninstall install-bytecode
-LocalTargets := all-local clean-local clean-all-local check-local \
+LocalTargets := all-local clean-local clean-all-local \
install-local printvars uninstall-local \
install-bytecode-local
TopLevelTargets := dist dist-check dist-clean tags dist-gzip dist-bzip2 \
@@ -131,12 +131,10 @@
$(UserTargets):: $(PreConditions)
all:: all-local
-check:: check-local
clean:: clean-local
clean-all:: clean-local clean-all-local
install:: install-local
uninstall:: uninstall-local
-check-local:: all-local
install-local:: all-local
install-bytecode:: install-bytecode-local
@@ -1075,7 +1073,7 @@
DistCheckTop :=
else
-DistCheckTop := check
+DistCheckTop :=
#------------------------------------------------------------------------
# Prevent catastrophic remove
More information about the llvm-commits
mailing list