chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c35183c
)
Avoid nailing-cargo --just-run
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 13:52:22 +0000
(14:52 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 14:28:52 +0000
(15:28 +0100)
We want the concurrency lock.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index dba7194b6f509df3b1f54737a3e25b00de6369f2..6c2cbba64be4085c187288ec867a46149f218236 100644
(file)
--- 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