From 5cc71bcf5bc261c23f7a536b966a69ad3dab748b Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Wed, 6 Mar 2024 12:32:00 +0800 Subject: [PATCH] =?UTF-8?q?>=20compile=20NEMU=20ysyx=5F22040000=20?= =?UTF-8?q?=E6=9D=8E=E5=BF=83=E6=9D=A8=20Linux=20calcite=206.6.18=20#1-Nix?= =?UTF-8?q?OS=20SMP=20PREEMPT=5FDYNAMIC=20Fri=20Feb=2023=2008:25:28=20UTC?= =?UTF-8?q?=202024=20x86=5F64=20GNU/Linux=20=2012:32:00=20=20up=201=20day?= =?UTF-8?q?=2016:00,=20=202=20users,=20=20load=20average:=200.79,=200.61,?= =?UTF-8?q?=200.64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nemu/.integration-test.tmp | 1 - nemu/{.result => .result.tmp} | 0 nemu/Makefile | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 nemu/.integration-test.tmp rename nemu/{.result => .result.tmp} (100%) diff --git a/nemu/.integration-test.tmp b/nemu/.integration-test.tmp deleted file mode 100644 index 423b01b..0000000 --- a/nemu/.integration-test.tmp +++ /dev/null @@ -1 +0,0 @@ -[goldbach-riscv32-nemu.bin] FAIL diff --git a/nemu/.result b/nemu/.result.tmp similarity index 100% rename from nemu/.result rename to nemu/.result.tmp diff --git a/nemu/Makefile b/nemu/Makefile index 04aafd3..2b69627 100644 --- a/nemu/Makefile +++ b/nemu/Makefile @@ -76,7 +76,7 @@ COLOR_GREEN = \033[1;32m COLOR_BLUE = \033[1;34m COLOR_NONE = \033[0m -RESULT = .result +RESULT = .result.tmp $(shell > $(RESULT)) # Clear result file $(IMAGES): %: %.bin $(BINARY)