From 3c89812109835c516d6ae413594d2173446bdae8 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 6 Mar 2009 22:23:25 +0000 Subject: [PATCH] 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 --- Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $*))) -- 2.11.0