forked from OSchip/llvm-project
Rename my makefile debugging rule to prevent accidental collisions.
llvm-svn: 66294
This commit is contained in:
parent
fe5b7bc5ef
commit
3b3c3f02cc
|
@ -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 $*)))
|
||||
|
|
Loading…
Reference in New Issue