mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Rename my makefile debugging rule to prevent accidental collisions.
llvm-svn: 66294
This commit is contained in:
parent
d9a5a0cf1f
commit
097458ffb9
@ -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
Block a user