From 557a6eace292091d14419a334e8d62d9ec9e772b Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 13 Jan 2010 16:13:01 +0000 Subject: Tidy up comments, remove whitespace, and rename 'print-%' make debugging target to 'make-print-%' to match LLVM. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93319 91177308-0d34-0410-b5e6-96231b3b80d8 --- make/util.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make/util.mk') diff --git a/make/util.mk b/make/util.mk index 4c08fe4b7..4f6579084 100644 --- a/make/util.mk +++ b/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 $*))) -- cgit v1.2.3