projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e0c83
)
Don't eat errors in debug Makefile.
author
Tim Newsome
<tim@sifive.com>
Fri, 11 Aug 2017 17:48:19 +0000
(10:48 -0700)
committer
Tim Newsome
<tim@sifive.com>
Fri, 11 Aug 2017 17:48:19 +0000
(10:48 -0700)
debug/Makefile
patch
|
blob
|
history
diff --git
a/debug/Makefile
b/debug/Makefile
index 525cbf12aed6740d26b8fb2e7b4e88d21985a2dc..a5ea832645719116a01f659147fdae417795aeef 100644
(file)
--- 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,$@) \