summaryrefslogtreecommitdiff
path: root/external/apache-commons/ExternalProject_apache_commons_logging.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/apache-commons/ExternalProject_apache_commons_logging.mk')
-rw-r--r--external/apache-commons/ExternalProject_apache_commons_logging.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/apache-commons/ExternalProject_apache_commons_logging.mk b/external/apache-commons/ExternalProject_apache_commons_logging.mk
index 47981ee9ecd6..640810d9c1ed 100644
--- a/external/apache-commons/ExternalProject_apache_commons_logging.mk
+++ b/external/apache-commons/ExternalProject_apache_commons_logging.mk
@@ -14,6 +14,7 @@ $(eval $(call gb_ExternalProject_register_targets,apache_commons_logging,\
))
$(call gb_ExternalProject_get_state_target,apache_commons_logging,build) :
+ $(call gb_Trace_StartRange,apache_commons_logging,EXTERNAL)
$(call gb_ExternalProject_run,build,\
ANT_OPTS="$$ANT_OPTS -Dfile.encoding=ISO-8859-1" \
$(ICECREAM_RUN) "$(ANT)" \
@@ -25,5 +26,6 @@ $(call gb_ExternalProject_get_state_target,apache_commons_logging,build) :
$(if $(debug),-Dcompile.debug="true",-Dcompile.debug="false") \
compile build-jar \
)
+ $(call gb_Trace_EndRange,apache_commons_logging,EXTERNAL)
# vim: set noet sw=4 ts=4: