aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 525cbf1..a5ea832 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -12,6 +12,7 @@ pylint:
pylint --rcfile=pylint.rc `git ls-files '*.py'`
%.log:
+ set -o pipefail; \
$(GDBSERVER_PY) \
--isolate \
$(src_dir)/targets/RISC-V/$(subst .log,.py,$@) \