From 2518708582b50ed79c60c68ad1eae46a92a3fb10 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sun, 30 Oct 2016 11:49:48 +0100 Subject: ptxd_make_world_init: never use icecc during the prepare stage Only shore test programs are compiled here. So just do this locally and avoid the overhead from calling icecc first. This can speed up the prepare stage significantly. Signed-off-by: Michael Olbrich --- scripts/lib/ptxd_make_world_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh index ffc856d2f..c99500b8e 100644 --- a/scripts/lib/ptxd_make_world_common.sh +++ b/scripts/lib/ptxd_make_world_common.sh @@ -303,7 +303,7 @@ ptxd_make_world_init() { local conf_env_ptr="ptx_conf_env_${pkg_type}" pkg_conf_opt="${pkg_conf_opt:-${!conf_opt_ptr}}" - pkg_conf_env="${pkg_conf_env:-${!conf_env_ptr}}" + pkg_conf_env="PTXDIST_ICECC= ${pkg_conf_env:-${!conf_env_ptr}}" unset conf_opt_ptr conf_env_ptr ;; -- cgit v1.2.3