From: OpenOCD-Gerrit <ope...@us...> - 2020-07-30 11:27:18
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 583a65644b5b69f5c197322b09a577b3c90ca781 (commit) from fb739651c79722b4bc57c31b3d26bb48840b9118 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 583a65644b5b69f5c197322b09a577b3c90ca781 Author: R. Diez <rdi...@ya...> Date: Thu Apr 30 16:31:26 2020 +0200 Make autotools warnings visible. Change-Id: Ibcdac7100faca7a66d9b3440431e74a8a8c5f042 Signed-off-by: R. Diez <rdi...@ya...> Reviewed-on: http://openocd.zylin.com/5639 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <and...@gm...> diff --git a/bootstrap b/bootstrap index ad5e7bdd2..e81ba4d02 100755 --- a/bootstrap +++ b/bootstrap @@ -24,11 +24,12 @@ fi # bootstrap the autotools ( set -x -aclocal +aclocal --warnings=all +# Apparently, not all versions of libtoolize support option --warnings=all . ${libtoolize} --automake --copy -autoconf -autoheader -automake --gnu --add-missing --copy +autoconf --warnings=all +autoheader --warnings=all +automake --warnings=all --gnu --add-missing --copy ) if [ -n "$SKIP_SUBMODULE" ]; then ----------------------------------------------------------------------- Summary of changes: bootstrap | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) hooks/post-receive -- Main OpenOCD repository |