summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-06-27 15:46:35 -0300
committerRenato Botelho <renato@netgate.com>2016-06-27 15:46:35 -0300
commita0b4972beda895e929c71d180a80e4a4a4405415 (patch)
tree7246100de2ef3b65fce862e598cd9a87719fb4e1 /tools/builder_common.sh
parenta81faa85707215bcf28f85fe19faab991d03fab6 (diff)
downloadpfsense-a0b4972beda895e929c71d180a80e4a4a4405415.zip
pfsense-a0b4972beda895e929c71d180a80e4a4a4405415.tar.gz
Disable athstats build
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index ded729d..347fbb3 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -355,8 +355,9 @@ make_world() {
echo ">>> Building and installing crypto tools and athstats 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}/tools/tools/crypto ${makeargs} clean all install " | tee -a ${LOGFILE}
(script -aq $LOGFILE make -C ${FREEBSD_SRC_DIR}/tools/tools/crypto ${makeargs} clean all install || print_error_pfS;) | egrep '^>>>' | tee -a ${LOGFILE}
- echo ">>> Builder is running the command: script -aq $LOGFILE make -C ${FREEBSD_SRC_DIR}/tools/tools/ath/athstats ${makeargs} clean all install" | tee -a ${LOGFILE}
- (script -aq $LOGFILE make -C ${FREEBSD_SRC_DIR}/tools/tools/ath/athstats ${makeargs} clean all install || print_error_pfS;) | egrep '^>>>' | tee -a ${LOGFILE}
+ # XXX FIX IT
+# echo ">>> Builder is running the command: script -aq $LOGFILE make -C ${FREEBSD_SRC_DIR}/tools/tools/ath/athstats ${makeargs} clean all install" | tee -a ${LOGFILE}
+# (script -aq $LOGFILE make -C ${FREEBSD_SRC_DIR}/tools/tools/ath/athstats ${makeargs} clean all install || print_error_pfS;) | egrep '^>>>' | tee -a ${LOGFILE}
echo ">>> Building and installing crypto tools and athstats for ${TARGET} architecture... (Finished - $(LC_ALL=C date))" | tee -a ${LOGFILE}
unset makeargs
OpenPOWER on IntegriCloud