diff options
Diffstat (limited to 'compiler-rt/make/util.mk')
-rw-r--r-- | compiler-rt/make/util.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/make/util.mk b/compiler-rt/make/util.mk index 4c08fe4b7c6..4f65790845e 100644 --- a/compiler-rt/make/util.mk +++ b/compiler-rt/make/util.mk @@ -22,8 +22,8 @@ Append = $(eval $(1) += $(2)) ### # Debugging -# General debugging rule, use 'make print-XXX' to print the -# definition, value and origin of XXX. -print-%: +# General debugging rule, use 'make print-XXX' to print the definition, value +# and origin of XXX. +make-print-%: $(error PRINT: $(value $*) = "$($*)" (from $(origin $*))) |