summaryrefslogtreecommitdiff
path: root/make/util.mk
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-13 16:13:01 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-13 16:13:01 +0000
commit557a6eace292091d14419a334e8d62d9ec9e772b (patch)
treef6c79d3e8e2c602edeaab72799ed27d7a83185d0 /make/util.mk
parentfe4eb31f6b835d1cca3edb43db307ba36f603248 (diff)
downloadcompiler-rt-557a6eace292091d14419a334e8d62d9ec9e772b.tar.gz
compiler-rt-557a6eace292091d14419a334e8d62d9ec9e772b.tar.bz2
compiler-rt-557a6eace292091d14419a334e8d62d9ec9e772b.tar.xz
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
Diffstat (limited to 'make/util.mk')
-rw-r--r--make/util.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/util.mk b/make/util.mk
index 4c08fe4b..4f657908 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 $*)))