mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 05:00:39 +00:00
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:
parent
f56ec6423c
commit
3c89812109
@ -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