summaryrefslogtreecommitdiff
path: root/rules/include-dependencies.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-01-23 15:14:08 +0000
committerIan Lynagh <igloo@earth.li>2011-01-23 15:14:08 +0000
commiteb3a1aecac72d22c618b4050fb88eac9055b527a (patch)
treeb86df2bf98b480a27d41ae0a1938243c673c0225 /rules/include-dependencies.mk
parentdd47428295d89eb6bbf91316ac4f5a6e98b1ec70 (diff)
downloadhaskell-eb3a1aecac72d22c618b4050fb88eac9055b527a.tar.gz
Add build system profiling to build system
Diffstat (limited to 'rules/include-dependencies.mk')
-rw-r--r--rules/include-dependencies.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/include-dependencies.mk b/rules/include-dependencies.mk
index c6096f4274..b93311075f 100644
--- a/rules/include-dependencies.mk
+++ b/rules/include-dependencies.mk
@@ -12,6 +12,7 @@
define include-dependencies
$(call trace, include-dependencies($1,$2,$3))
+$(call profStart, include-dependencies($1,$2,$3))
# $1 = dir
# $2 = distdir
# $3 = GHC stage to use (0 == bootstrapping compiler)
@@ -29,5 +30,6 @@ $$(warning not building dependencies in $1)
endif
endif
+$(call profEnd, include-dependencies($1,$2,$3))
endef