From: Daniel Dunbar Date: Fri, 6 Mar 2009 22:23:25 +0000 (+0000) Subject: Rename my makefile debugging rule to prevent accidental collisions. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3c89812109835c516d6ae413594d2173446bdae8;p=oota-llvm.git Rename my makefile debugging rule to prevent accidental collisions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66294 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 6b271757dcb..a8af0ef4ede 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1838,7 +1838,7 @@ printvars:: ### # Debugging -# General debugging rule, use 'make print-XXX' to print the +# General debugging rule, use 'make dbg-print-XXX' to print the # definition, value and origin of XXX. -print-%: +make-print-%: $(error PRINT: $(value $*) = "$($*)" (from $(origin $*)))