X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rules%2Fbuild-package-way.mk;h=8b67ce223928ead04e1f68f0ee3801e3e3341e1a;hb=9176377bf7d989919fe7d27cad1f56bd9c4e7b6b;hp=b4cd3bc590b345449774e487f4eb77b303374e6c;hpb=5bde27949bdda22c9d5dac254a3c783eb0f6839f;p=ghc-hetmet.git diff --git a/rules/build-package-way.mk b/rules/build-package-way.mk index b4cd3bc..8b67ce2 100644 --- a/rules/build-package-way.mk +++ b/rules/build-package-way.mk @@ -13,6 +13,7 @@ define build-package-way # $1 = dir, $2 = distdir, $3 = way, $4 = stage $(call trace, build-package-way($1,$2,$3)) +$(call profStart, build-package-way($1,$2,$3)) $(call distdir-way-opts,$1,$2,$3,$4) $(call hs-suffix-rules,$1,$2,$3) @@ -125,11 +126,11 @@ $$($1_$2_GHCI_LIB) : $$($1_$2_$3_HS_OBJS) $$($1_$2_$3_CMM_OBJS) $$($1_$2_$3_C_OB ifeq "$$($1_$2_BUILD_GHCI_LIB)" "YES" # Don't bother making ghci libs for bootstrapping packages ifneq "$4" "0" -# $$(info Here $1 $2 $$($1_$2_BUILD_GHCI_LIB) Q1) $(call all-target,$1_$2,$$($1_$2_GHCI_LIB)) endif endif endif +$(call profEnd, build-package-way($1,$2,$3)) endef