aboutsummaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 761038e51..1b506d679 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -727,7 +727,7 @@ build_target() {
target=$1
${MAKE} distclean >/dev/null
- ${MAKE} ${target}_config
+ ${MAKE} -s ${target}_config
${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
| tee ${LOG_DIR}/$target.ERR