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
This commit is contained in:
Daniel Dunbar 2009-03-06 22:23:25 +00:00
parent f56ec6423c
commit 3c89812109

View File

@ -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 $*)))