To be able to see it when in my build tests stdout goes to /dev/null

Signed-off-by: Sascha Hauer <[email protected]>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9294049..ff56591 100644
--- a/Makefile
+++ b/Makefile
@@ -540,7 +540,7 @@ quiet_cmd_check_file_size = CHKSIZE $@
        max_size=`printf "%d" $2`;                                      \
        if [ $$size -gt $$max_size ] ;                                  \
        then                                                            \
-               echo "$@ size $$size > of the maximum size $$max_size"; \
+               echo "$@ size $$size > of the maximum size $$max_size" >&2;     
\
                exit 1 ;                                                \
        fi;
 
-- 
1.7.10


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to