summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-06-27 13:08:37 -0300
committerRenato Botelho <renato@netgate.com>2016-06-27 13:08:37 -0300
commitab7ead151418b1d7381d89adb170923d075acd80 (patch)
treea6ffb0cd01ccfa7e036c2504320f8085cdf51ec8 /tools
parent5c66c8c51a595115087097f389f52c042f00dd44 (diff)
downloadpfsense-ab7ead151418b1d7381d89adb170923d075acd80.zip
pfsense-ab7ead151418b1d7381d89adb170923d075acd80.tar.gz
Move message to proper place
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index b9d94aa..de7dbc2 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -320,12 +320,12 @@ install_default_kernel() {
make_world() {
LOGFILE=${BUILDER_LOGS}/buildworld.${TARGET}
+ echo ">>> LOGFILE set to $LOGFILE." | tee -a ${LOGFILE}
if [ -n "${NO_BUILDWORLD}" ]; then
echo ">>> NO_BUILDWORLD set, skipping build" | tee -a ${LOGFILE}
return
fi
- echo ">>> LOGFILE set to $LOGFILE." | tee -a ${LOGFILE}
makeargs="${MAKEJ}"
echo ">>> Building world for ${TARGET} architecture... (Starting - $(LC_ALL=C date))" | tee -a ${LOGFILE}
echo ">>> Builder is running the command: script -aq $LOGFILE make -C ${FREEBSD_SRC_DIR} ${makeargs} buildworld" | tee -a ${LOGFILE}
OpenPOWER on IntegriCloud