From 1701409c9a2f2d311040c3d19d48607b90dccf59 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 3 Dec 2004 23:56:41 +0000 Subject: [PATCH] Remove all recursive check support from Makefile.rules llvm-svn: 18470 --- llvm/Makefile.rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index e23d38e8499e..a01c591e6509 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -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 @@ endif $(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 @@ dist dist-check dist-clean dist-gzip dist-bzip2 dist-zip :: DistCheckTop := else -DistCheckTop := check +DistCheckTop := #------------------------------------------------------------------------ # Prevent catastrophic remove