This is an automated email from Gerrit.

Anonymous Coward ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5639

-- gerrit

commit b9840cc2298aca57e3a1f7c89e29ec86f6a7b50e
Author: R. Diez <[email protected]>
Date:   Thu Apr 30 16:31:26 2020 +0200

    Make autotools warnings visible.
    
    Change-Id: Ibcdac7100faca7a66d9b3440431e74a8a8c5f042
    Signed-off-by: R. Diez <[email protected]>

diff --git a/bootstrap b/bootstrap
index ad5e7bd..e475c03 100755
--- a/bootstrap
+++ b/bootstrap
@@ -24,11 +24,11 @@ fi
 # bootstrap the autotools
 (
 set -x
-aclocal
-${libtoolize} --automake --copy
-autoconf
-autoheader
-automake --gnu --add-missing --copy
+aclocal --warnings=all
+${libtoolize} --warnings=all --automake --copy
+autoconf --warnings=all
+autoheader --warnings=all
+automake --warnings=all --gnu --add-missing --copy
 )
 
 if [ -n "$SKIP_SUBMODULE" ]; then

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to