From: OpenOCD-Gerrit <ope...@us...> - 2021-03-10 21:38:38
|
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 266a945ad3e8b421f175910c21f385c5508c849a (commit) from 06990a1a9e9ace74fc6e79a78b5405bb63cee6b0 (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 266a945ad3e8b421f175910c21f385c5508c849a Author: Antonio Borneo <bor...@gm...> Date: Sun Nov 29 22:25:37 2020 +0100 jimtcl: update to version 0.80 (2020-10-29) Update jimtcl to version 0.80. Add a workaround in Makefile.am to allow 'make distcheck' with the new jimtcl. A fix is already merged upstream but will be part of the future release 0.81 of jimtcl. Change-Id: I1cebfb9c17179114960dc771e0b31836b4b9b058 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: http://openocd.zylin.com/5949 Tested-by: jenkins diff --git a/Makefile.am b/Makefile.am index 75f0c0993..85287c50f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,6 +115,8 @@ uninstall-hook: distclean-local: rm -rf Doxyfile doxygen rm -f $(srcdir)/jimtcl/configure.gnu +# FIXME: workaround for jimtcl 0.80 only. Remove from jimtcl 0.81 + rm -f jimtcl/examples.api/Makefile DISTCLEANFILES = doxygen.log diff --git a/jimtcl b/jimtcl index 0aa0fb4e3..fb923fab4 160000 --- a/jimtcl +++ b/jimtcl @@ -1 +1 @@ -Subproject commit 0aa0fb4e3a38d38a49de9eb585d93d63a370dcf6 +Subproject commit fb923fab4f0cf276c336d98692d00df6a943791d ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 ++ jimtcl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |