From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Tue, 14 Sep 2010 14:48:16 -0500 Subject: [U-Boot] [PATCH next v2] silence config step commands display during MAKEALL builds In-Reply-To: <201009141525.05345.vapier@gentoo.org> References: <20100913201730.3f2bc58f.kim.phillips@freescale.com> <201009132159.21855.vapier@gentoo.org> <20100914134116.15ce442e.kim.phillips@freescale.com> <201009141525.05345.vapier@gentoo.org> Message-ID: <20100914144816.177602d5.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de [u-boot next]$ ./MAKEALL 83xx awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend Configuring for ve8313 board... Signed-off-by: Kim Phillips --- applies to u-boot.git's next branch. MAKEALL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index 761038e..1b506d6 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 -- 1.7.2.1