diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-23 15:14:08 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-23 15:14:08 +0000 |
commit | eb3a1aecac72d22c618b4050fb88eac9055b527a (patch) | |
tree | b86df2bf98b480a27d41ae0a1938243c673c0225 /rules/build-perl.mk | |
parent | dd47428295d89eb6bbf91316ac4f5a6e98b1ec70 (diff) | |
download | haskell-eb3a1aecac72d22c618b4050fb88eac9055b527a.tar.gz |
Add build system profiling to build system
Diffstat (limited to 'rules/build-perl.mk')
-rw-r--r-- | rules/build-perl.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/build-perl.mk b/rules/build-perl.mk index e13185d85d..301d84860c 100644 --- a/rules/build-perl.mk +++ b/rules/build-perl.mk @@ -20,6 +20,7 @@ define build-perl $(call trace, build-perl($1,$2)) +$(call profStart, build-perl($1,$2)) # $1 = dir # $2 = distdir @@ -65,4 +66,5 @@ install_$1_$2: $1/$2/$$($1_$2_PROG) endif endif +$(call profEnd, build-perl($1,$2)) endef |