From 86e5acd679d8c9c7d5113cc29bfefdff94092914 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Thu, 16 May 2024 18:57:08 +0200 Subject: [PATCH] fix race condition as proposed in #2420 --- test/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 22e425c9c7..fbdf8c5d18 100644 --- a/test/Makefile +++ b/test/Makefile @@ -14,7 +14,9 @@ WORKDIR = ../testwrk .PHONY: test continue mostlyclean clean -test: mostlyclean continue +test: + @$(MAKE) mostlyclean + @$(MAKE) continue continue: @$(MAKE) -C asm all