summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-02 09:17:31 -0300
committerRenato Botelho <renato@netgate.com>2016-08-02 09:17:31 -0300
commit044cf5bdeb5ab0810b7f8860a7cd48b782c815e0 (patch)
tree8116f87b0e7f77ac1eca6d715348d6655b9498c8 /tools/builder_common.sh
parent0d67c72611aff854e612c50106cd3b6858fc7979 (diff)
downloadpfsense-044cf5bdeb5ab0810b7f8860a7cd48b782c815e0.zip
pfsense-044cf5bdeb5ab0810b7f8860a7cd48b782c815e0.tar.gz
Fix messages
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh7
1 files changed, 2 insertions, 5 deletions
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
}
OpenPOWER on IntegriCloud