X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rules%2Fbuild-prog.mk;h=c08c40828a3ee7c0d18c24a90a038b3353e9f33c;hb=8287e2325f56a6ce7f855f4aeb1e975f64717720;hp=4c07ad6308593f506be112f7d3af5c43213384a5;hpb=295016c3c0aa1f407436136e39ababf2dc8b50c6;p=ghc-hetmet.git diff --git a/rules/build-prog.mk b/rules/build-prog.mk index 4c07ad6..c08c408 100644 --- a/rules/build-prog.mk +++ b/rules/build-prog.mk @@ -21,6 +21,7 @@ define build-prog $(call trace, build-prog($1,$2,$3)) +$(call profStart, build-prog($1,$2,$3)) # $1 = dir # $2 = distdir # $3 = GHC stage to use (0 == bootstrapping compiler) @@ -40,6 +41,7 @@ $(call clean-target,$1,$2,$1/$2) ifneq "$$($1_$2_NOT_NEEDED)" "YES" $$(eval $$(call build-prog-helper,$1,$2,$3)) endif +$(call profEnd, build-prog($1,$2,$3)) endef