Pylint target files as well.
[riscv-tests.git] / debug / Makefile
index 5726883502ef4bfc4743fc25f41d5d0a3dae4191..90ee25c6720e369953e5f7636b74f05065687c43 100644 (file)
@@ -9,15 +9,15 @@ default: spike$(XLEN).log
 all:   pylint spike32.log spike64.log
 
 pylint:
-       pylint --rcfile=pylint.rc *.py
+       pylint --rcfile=pylint.rc `git ls-files '*.py'`
 
 %.log:
        $(GDBSERVER_PY) \
                --isolate \
-               --$(subst .log,,$@) \
+               targets/RISC-V/$(subst .log,.py,$@) \
                --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
+       rm -f spike32.log spike64.log *.pyc