summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/endian.test
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/endian.test')
-rwxr-xr-xconfig.tests/unix/endian.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.tests/unix/endian.test b/config.tests/unix/endian.test
index 6c5c311888..a662011a27 100755
--- a/config.tests/unix/endian.test
+++ b/config.tests/unix/endian.test
@@ -41,7 +41,11 @@ elif strings - $binary | grep MostSignificantByteFirst >/dev/null 2>&1; then
fi
# make clean as this tests is compiled for both the host and the target
-$MAKE distclean
+if [ "$VERBOSE" = "yes" ]; then
+ $MAKE distclean
+else
+ $MAKE distclean >/dev/null 2>&1
+fi
# done
if [ "$ENDIAN" = "LITTLE" ]; then