From 8ee3c980c36e5425feeb76d459274fbcc2cdfa8a Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sun, 29 May 2016 11:56:31 +0200 Subject: ptxd_make_world_prepare: cleanup sanity checks Signed-off-by: Michael Olbrich --- scripts/lib/ptxd_make_world_prepare.sh | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh index 1664cc551..4914c5e49 100644 --- a/scripts/lib/ptxd_make_world_prepare.sh +++ b/scripts/lib/ptxd_make_world_prepare.sh @@ -26,6 +26,20 @@ EOF error: 'CMakeLists.txt' not found in: '${pkg_conf_dir_abs}' +EOF + exit 1 + elif [ "${pkg_conf_tool}" = "cmake" -a "${pkg_type}" = "cross" ]; then + cat >&2 <&2 <