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:
dc27d77
)
Makefile: Pass --workspace to cargo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Dec 2022 00:47:38 +0000
(
00:47
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Dec 2022 01:47:43 +0000
(
01:47
+0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a83db1d76ebb4349c07f14fa5985de2dcc6585b9..ec246ad48c8f413e951d46c6e53547ecf1d2b392 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-46,7
+46,7
@@
cargo-build: stamp/cargo-build
cargo-test: stamp/cargo-test
stamp/cargo-%: $(call rsrcs,.)
- $(CARGO) $* $(CARGO_RELEASE_ARG) $(CARGO_BUILD_OPTIONS)
+ $(CARGO) $* $(CARGO_RELEASE_ARG) $(CARGO_BUILD_OPTIONS)
--workspace
$(stamp)
stamp/t-%: test/t-% stamp/cargo-build $(wildcard test/*[^~])