From: Palmer Dabbelt Date: Wed, 17 May 2017 17:50:28 +0000 (-0700) Subject: Merge pull request #49 from riscv/no_examine_target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b19bb8cb2c3a274f8e3996535f307d9584e88302;hp=f7eef9c837acf79fe2616620a094a7f358002c10;p=riscv-tests.git Merge pull request #49 from riscv/no_examine_target No Examine Target --- diff --git a/debug/Makefile b/debug/Makefile index 5726883..f835507 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -17,7 +17,7 @@ pylint: --$(subst .log,,$@) \ --sim_cmd $(RISCV)/bin/$(RISCV_SIM) \ --server_cmd $(RISCV)/bin/openocd \ - > $@ 2>&1 || (sed s/^/$@:\ / $@ && false) + | tee $@ 2>&1 || (sed s/^/$@:\ / $@ && false) clean: rm -f *.log *.pyc