From 044cf5bdeb5ab0810b7f8860a7cd48b782c815e0 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 2 Aug 2016 09:17:31 -0300 Subject: Fix messages --- tools/builder_common.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tools/builder_common.sh') diff --git a/tools/builder_common.sh b/tools/builder_common.sh index cfe721b..9977972 100644 --- a/tools/builder_common.sh +++ b/tools/builder_common.sh @@ -172,17 +172,14 @@ build_all_kernels() { ensure_kernel_exists $KERNEL_DESTDIR - echo -n ">>> Creating pkg of $KERNEL_NAME-debug kernel to staging area... " | tee -a ${LOGFILE} + echo ">>> Creating pkg of $KERNEL_NAME-debug kernel to staging area..." | tee -a ${LOGFILE} core_pkg_create kernel-debug ${KERNEL_NAME} ${CORE_PKG_VERSION} ${KERNEL_DESTDIR} \*.symbols find ${KERNEL_DESTDIR} -name '*.symbols' -type f -delete - echo " Done" | tee -a ${LOGFILE} - echo -n ">>> Creating pkg of $KERNEL_NAME kernel to staging area... " | tee -a ${LOGFILE} + echo ">>> Creating pkg of $KERNEL_NAME kernel to staging area..." | tee -a ${LOGFILE} core_pkg_create kernel ${KERNEL_NAME} ${CORE_PKG_VERSION} ${KERNEL_DESTDIR} rm -rf $KERNEL_DESTDIR 2>&1 1>/dev/null - - echo " Done" | tee -a ${LOGFILE} done } -- cgit v1.1