This is an automated email from Gerrit. Anonymous Coward (rdiezmail-open...@yahoo.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/6235
-- gerrit commit 028a342677400c462f37da53e20d202d7b1d399f Author: R. Diez <rdiezmail-open...@yahoo.de> Date: Thu May 13 12:36:27 2021 +0200 .DELETE_ON_ERROR: provides reasonable protection at no cost Signed-off-by: R. Diez <rdiezmail-open...@yahoo.de> Change-Id: I67dca47ae5ddf3786993c87b9991b3046a85f00b diff --git a/Makefile.am b/Makefile.am index fc444f1..033ba71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,8 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = gnu 1.6 +.DELETE_ON_ERROR: + # make sure we pass the correct jimtcl flags to distcheck DISTCHECK_CONFIGURE_FLAGS = --disable-install-jim --