summaryrefslogtreecommitdiff
path: root/external/hunspell/ExternalProject_hunspell.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/hunspell/ExternalProject_hunspell.mk')
-rw-r--r--external/hunspell/ExternalProject_hunspell.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/hunspell/ExternalProject_hunspell.mk b/external/hunspell/ExternalProject_hunspell.mk
index 3686f141f2c2..43da1c254e34 100644
--- a/external/hunspell/ExternalProject_hunspell.mk
+++ b/external/hunspell/ExternalProject_hunspell.mk
@@ -22,6 +22,7 @@ endif
endif
$(call gb_ExternalProject_get_state_target,hunspell,build):
+ $(call gb_Trace_StartRange,hunspell,EXTERNAL)
$(call gb_ExternalProject_run,build,\
./configure --disable-shared --disable-nls --with-pic \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM))\
@@ -30,5 +31,6 @@ $(call gb_ExternalProject_get_state_target,hunspell,build):
CXXFLAGS="$(CXXFLAGS) $(if $(ENABLE_OPTIMIZED),$(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS)) $(if $(debug),$(gb_DEBUGINFO_FLAGS))" \
&& cd src/hunspell && $(MAKE) \
)
+ $(call gb_Trace_EndRange,hunspell,EXTERNAL)
# vim: set noet sw=4 ts=4: