From f6432395cbb223a66e2e19ceb9ad850a6d60a6c5 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Tue, 14 Jun 2016 21:20:19 -0700 Subject: [PATCH] Allow the regressions to run more than once --- regression/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression/Makefile b/regression/Makefile index 81fb6a3b..72b2c700 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -81,7 +81,7 @@ stamps/other-submodules.stamp: $(RISCV)/install.stamp: mkdir -p $(dir $@) git -C $(abspath $(TOP)) submodule update --init riscv-tools - rm $(abspath $(TOP))/riscv-tools/.travis.yml + rm -f $(abspath $(TOP))/riscv-tools/.travis.yml git -C $(abspath $(TOP))/riscv-tools submodule update --init --recursive riscv-gnu-toolchain git -C $(abspath $(TOP))/riscv-tools submodule update --init --recursive riscv-isa-sim git -C $(abspath $(TOP))/riscv-tools submodule update --init --recursive riscv-fesvr