summaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-10-25 08:53:14 +0000
committerTom Rini <trini@ti.com>2012-10-29 14:21:20 -0700
commited296d206a1840c0a0b6c1322379c950f9996905 (patch)
tree48e471a514600c60f7efb0a9692e50b43fe9389f /MAKEALL
parentb9dc49412d592a4ce8e5c3a297dc6eb0110646c6 (diff)
MAKEALL: Add -s to '${MAKE} tidy' section
When BUILD_NBUILDS is > 1 we run the tidy command. With the addition of DocBook this now includes a -C doc/DocBook and a 'entering/leaving' pair of messages happen. Since we don't want to see what's being cleaned here, we can just invoke make -s like we do when building. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 63f8bef6ca..84a5c92cf3 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -640,7 +640,7 @@ build_target() {
fi
if [ $BUILD_MANY == 1 ] ; then
- ${MAKE} tidy
+ ${MAKE} -s tidy
if [ -s ${LOG_DIR}/${target}.ERR ] ; then
cp ${LOG_DIR}/${target}.ERR ${OUTPUT_PREFIX}/ERR/${target}