From 09c05ff10d0703de59bf31b705e6b06ea9ffc5db Mon Sep 17 00:00:00 2001 From: "Martine S. Lenders" Date: Wed, 11 Mar 2020 14:56:50 +0100 Subject: [PATCH] Makefile.include: don't try to reconnect on `cleanterm` --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index a30a056111..57a430ba6e 100644 --- a/Makefile.include +++ b/Makefile.include @@ -686,7 +686,7 @@ term: $(TERMDEPS) # Term without the pyterm added logging # PYTERMFLAGS must be exported for `jlink.sh term-rtt`. -cleanterm: export PYTERMFLAGS += --noprefix --no-repeat-command-on-empty-line +cleanterm: export PYTERMFLAGS += --no-reconnect --noprefix --no-repeat-command-on-empty-line cleanterm: $(TERMDEPS) $(call check_cmd,$(TERMPROG),Terminal program) $(TERMPROG) $(TERMFLAGS)