From 210035bd8559752d798d2b97a7ab22567a88688e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 11 Oct 2024 14:52:22 +0100 Subject: [PATCH] Avoid nailing-cargo --just-run We want the concurrency lock. Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dba7194..6c2cbba 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ NAILING_CARGO ?= nailing-cargo CARGO = $(NAILING_CARGO) BUILD_SUBDIR ?= ../Build TARGET_DIR ?= $(BUILD_SUBDIR)/$(notdir $(PWD))/target -NAILING_CARGO_JUST_RUN ?= $(NAILING_CARGO) --just-run -q --- +NAILING_CARGO_JUST_RUN ?= $(NAILING_CARGO) --no-nail --no-cargo-lock-manip -q --- else -- 2.30.2