* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 5e334df36c0fdc63f523df14a411e28e1f7469eb
@ 2026-07-16 16:30 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-07-16 16:30 UTC (permalink / raw)
To: ipfire-scm
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 5e334df36c0fdc63f523df14a411e28e1f7469eb (commit)
via 4b487d61f3c5309df405128bce2578ff15a182fc (commit)
via 5a0d0fe7bf4d27e24433bb9f307b41e7d05439ba (commit)
from b96061d75d4c7bc1950f6732af4b9c8863eaadb6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5e334df36c0fdc63f523df14a411e28e1f7469eb
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Thu Jul 16 12:17:04 2026 +0000
rust: Skip the build step on all packages
Running "cargo build" on the crates does not make a lot of sense for us
as none of the built files are neither needed nor installed. We only
build them to confirm that the crate itself builds.
In order to speed up the entire build process, this patch removes the
build stage from all crates so that they will only be extracted and
installed.
Packages that actually create any binaries will still need to call the
build stage and are not touched.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 4b487d61f3c5309df405128bce2578ff15a182fc
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Thu Jul 16 09:47:13 2026 +0000
Revert "Config: Disable parallel builds for Cargo on riscv64"
This reverts commit 9b1f666eae381924b1b3bc1666cadc9ef3320955.
This used to work around an issue with locking inside QEMU which should
be resolved by now and should also not be a problem when building on
real hardware.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 5a0d0fe7bf4d27e24433bb9f307b41e7d05439ba
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Wed Jul 15 13:47:46 2026 +0000
core204: Restart all gnupg services
gpg does not really like it when it gets updated, but the services that
are running in the background are still the old version.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/204/update.sh | 3 +++
lfs/Config | 8 +-------
lfs/rust-Inflector | 1 -
lfs/rust-adler2 | 1 -
lfs/rust-aho-corasick | 1 -
lfs/rust-aliasable | 1 -
lfs/rust-allocator-api2 | 1 -
lfs/rust-anstream | 1 -
lfs/rust-anstyle | 1 -
lfs/rust-anstyle-parse | 1 -
lfs/rust-anstyle-query | 1 -
lfs/rust-anstyle-wincon | 1 -
lfs/rust-anyhow | 1 -
lfs/rust-asn1 | 1 -
lfs/rust-asn1_derive | 1 -
lfs/rust-auditable-serde | 1 -
lfs/rust-autocfg | 1 -
lfs/rust-base64 | 1 -
lfs/rust-bitflags | 1 -
lfs/rust-cfg-if | 1 -
lfs/rust-chrono | 1 -
lfs/rust-clap | 1 -
lfs/rust-clap_builder | 1 -
lfs/rust-clap_lex | 1 -
lfs/rust-colorchoice | 1 -
lfs/rust-crc32fast | 1 -
lfs/rust-displaydoc | 1 -
lfs/rust-equivalent | 1 -
lfs/rust-errno | 1 -
lfs/rust-fastrand | 1 -
lfs/rust-flate2 | 1 -
lfs/rust-foldhash | 1 -
lfs/rust-form_urlencoded | 1 -
lfs/rust-getrandom | 1 -
lfs/rust-hashbrown | 1 -
lfs/rust-heck | 1 -
lfs/rust-humantime | 1 -
lfs/rust-iana-time-zone | 1 -
lfs/rust-icu_collections | 1 -
lfs/rust-icu_locale_core | 1 -
lfs/rust-icu_normalizer | 1 -
lfs/rust-icu_normalizer_data | 1 -
lfs/rust-icu_properties | 1 -
lfs/rust-icu_properties_data | 1 -
lfs/rust-icu_provider | 1 -
lfs/rust-id-arena | 1 -
lfs/rust-idna | 1 -
lfs/rust-idna_adapter | 1 -
lfs/rust-indexmap | 1 -
lfs/rust-indoc-0.3.6 | 1 -
lfs/rust-indoc-impl-0.3.6 | 1 -
lfs/rust-instant | 1 -
lfs/rust-is_terminal_polyfill | 1 -
lfs/rust-itoa | 1 -
lfs/rust-lazy-static | 1 -
lfs/rust-leb128fmt | 1 -
lfs/rust-libc | 1 -
lfs/rust-linux-raw-sys | 1 -
lfs/rust-litemap | 1 -
lfs/rust-lock_api | 1 -
lfs/rust-log | 1 -
lfs/rust-memchr | 1 -
lfs/rust-miniz_oxide | 1 -
lfs/rust-num-integer | 1 -
lfs/rust-num-traits | 1 -
lfs/rust-once_cell | 1 -
lfs/rust-once_cell_polyfill | 1 -
lfs/rust-ouroboros | 1 -
lfs/rust-ouroboros_macro | 1 -
lfs/rust-parking_lot | 1 -
lfs/rust-parking_lot_core | 1 -
lfs/rust-paste-0.1.18 | 1 -
lfs/rust-paste-impl | 1 -
lfs/rust-pem | 1 -
lfs/rust-percent-encoding | 1 -
lfs/rust-potential_utf | 1 -
lfs/rust-prettyplease | 1 -
lfs/rust-proc-macro-error | 1 -
lfs/rust-proc-macro-error-attr | 1 -
lfs/rust-proc-macro-hack | 1 -
lfs/rust-proc-macro2 | 1 -
lfs/rust-pyo3 | 1 -
lfs/rust-pyo3-build-config | 1 -
lfs/rust-pyo3-macros | 1 -
lfs/rust-pyo3-macros-backend | 1 -
lfs/rust-quote | 1 -
lfs/rust-r-efi | 1 -
lfs/rust-regex | 1 -
lfs/rust-regex-syntax | 1 -
lfs/rust-rustix | 1 -
lfs/rust-ryu | 1 -
lfs/rust-scopeguard | 1 -
lfs/rust-semver | 1 -
lfs/rust-serde | 1 -
lfs/rust-serde_core | 1 -
lfs/rust-serde_derive | 1 -
lfs/rust-serde_json | 1 -
lfs/rust-serde_spanned | 1 -
lfs/rust-simd-adler32 | 1 -
lfs/rust-smallvec | 1 -
lfs/rust-spdx | 1 -
lfs/rust-stable_deref_trait | 1 -
lfs/rust-strsim | 1 -
lfs/rust-syn | 1 -
lfs/rust-syn-1.0.109 | 1 -
lfs/rust-synstructure | 1 -
lfs/rust-tempfile | 1 -
lfs/rust-time | 1 -
lfs/rust-tinystr | 1 -
lfs/rust-toml | 1 -
lfs/rust-toml_datetime | 1 -
lfs/rust-toml_edit | 1 -
lfs/rust-topological-sort | 1 -
lfs/rust-unicode-ident | 1 -
lfs/rust-unicode-xid | 1 -
lfs/rust-unindent | 1 -
lfs/rust-url | 1 -
lfs/rust-utf16_iter | 1 -
lfs/rust-utf8_iter | 1 -
lfs/rust-utf8parse | 1 -
lfs/rust-version-check | 1 -
lfs/rust-wasip2 | 1 -
lfs/rust-wasm-encoder | 1 -
lfs/rust-wasm-metadata | 1 -
lfs/rust-wasmparser | 1 -
lfs/rust-windows-link | 1 -
lfs/rust-windows-sys | 1 -
lfs/rust-winnow | 1 -
lfs/rust-wit-bindgen | 1 -
lfs/rust-wit-bindgen-core | 1 -
lfs/rust-wit-bindgen-rust | 1 -
lfs/rust-wit-bindgen-rust-macro | 1 -
lfs/rust-wit-component | 1 -
lfs/rust-wit-parser | 1 -
lfs/rust-write16 | 1 -
lfs/rust-writeable | 1 -
lfs/rust-yoke | 1 -
lfs/rust-yoke-derive | 1 -
lfs/rust-zerofrom | 1 -
lfs/rust-zerofrom-derive | 1 -
lfs/rust-zerotrie | 1 -
lfs/rust-zerovec | 1 -
lfs/rust-zerovec-derive | 1 -
143 files changed, 4 insertions(+), 148 deletions(-)
Difference in files:
diff --git a/config/rootfiles/core/204/update.sh b/config/rootfiles/core/204/update.sh
index a1153f73c..05279d0f2 100644
--- a/config/rootfiles/core/204/update.sh
+++ b/config/rootfiles/core/204/update.sh
@@ -115,6 +115,9 @@ rm -rfv \
# Apply SSH configuration
/usr/local/bin/sshctrl
+# Restart the gnupg background services
+gpgconf --kill all
+
# Restart the firewall
/etc/init.d/firewall restart
diff --git a/lfs/Config b/lfs/Config
index 56754f299..5abcd0715 100644
--- a/lfs/Config
+++ b/lfs/Config
@@ -200,15 +200,9 @@ CARGO = \
--offline
CARGO_OPTIONS = \
+ $(MAKETUNING) \
-Z avoid-dev-deps
-# Cargo dealocks on riscv64 when building on multiple cores at the same time
-ifeq "$(BUILD_ARCH)" "riscv64"
- CARGO_OPTIONS += -j1
-else
- CARGO_OPTIONS += $(MAKETUNING)
-endif
-
define CARGO_PREPARE
mkdir -p $(CARGO_PATH) && \
echo "$${CARGO_CONFIG}" > $(CARGO_PATH)/config && \
diff --git a/lfs/rust-Inflector b/lfs/rust-Inflector
index eb8a3fa5b..7a39aa80f 100644
--- a/lfs/rust-Inflector
+++ b/lfs/rust-Inflector
@@ -74,7 +74,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-adler2 b/lfs/rust-adler2
index 88b8a5774..08664a3c4 100644
--- a/lfs/rust-adler2
+++ b/lfs/rust-adler2
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-aho-corasick b/lfs/rust-aho-corasick
index 86c00b870..184d99745 100644
--- a/lfs/rust-aho-corasick
+++ b/lfs/rust-aho-corasick
@@ -76,7 +76,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-aliasable b/lfs/rust-aliasable
index fbb487288..6a18d0d54 100644
--- a/lfs/rust-aliasable
+++ b/lfs/rust-aliasable
@@ -74,7 +74,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-allocator-api2 b/lfs/rust-allocator-api2
index b9ed57799..28aadd450 100644
--- a/lfs/rust-allocator-api2
+++ b/lfs/rust-allocator-api2
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-anstream b/lfs/rust-anstream
index 380b4ef13..80897f104 100644
--- a/lfs/rust-anstream
+++ b/lfs/rust-anstream
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-anstyle b/lfs/rust-anstyle
index b129450d5..219554d4a 100644
--- a/lfs/rust-anstyle
+++ b/lfs/rust-anstyle
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-anstyle-parse b/lfs/rust-anstyle-parse
index 14db664b7..f4dc57b87 100644
--- a/lfs/rust-anstyle-parse
+++ b/lfs/rust-anstyle-parse
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-anstyle-query b/lfs/rust-anstyle-query
index 182960576..980fa987a 100644
--- a/lfs/rust-anstyle-query
+++ b/lfs/rust-anstyle-query
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-anstyle-wincon b/lfs/rust-anstyle-wincon
index 25c3b1bc3..f9acc3739 100644
--- a/lfs/rust-anstyle-wincon
+++ b/lfs/rust-anstyle-wincon
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-anyhow b/lfs/rust-anyhow
index d0bc9398c..1a0e9cd8c 100644
--- a/lfs/rust-anyhow
+++ b/lfs/rust-anyhow
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-asn1 b/lfs/rust-asn1
index d6781aa86..1874f8272 100644
--- a/lfs/rust-asn1
+++ b/lfs/rust-asn1
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-asn1_derive b/lfs/rust-asn1_derive
index f43413695..dc022fcfd 100644
--- a/lfs/rust-asn1_derive
+++ b/lfs/rust-asn1_derive
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-auditable-serde b/lfs/rust-auditable-serde
index 666ca85ca..caf46eff9 100644
--- a/lfs/rust-auditable-serde
+++ b/lfs/rust-auditable-serde
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-autocfg b/lfs/rust-autocfg
index 453d005fc..eb8ef2f39 100644
--- a/lfs/rust-autocfg
+++ b/lfs/rust-autocfg
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-base64 b/lfs/rust-base64
index 65838bd36..7c063fe07 100644
--- a/lfs/rust-base64
+++ b/lfs/rust-base64
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-bitflags b/lfs/rust-bitflags
index 2c273d9aa..7e49607eb 100644
--- a/lfs/rust-bitflags
+++ b/lfs/rust-bitflags
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-cfg-if b/lfs/rust-cfg-if
index df624d6ec..70012fdd0 100644
--- a/lfs/rust-cfg-if
+++ b/lfs/rust-cfg-if
@@ -74,7 +74,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD) --no-default-features
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-chrono b/lfs/rust-chrono
index fbebbf8e1..b68289b6f 100644
--- a/lfs/rust-chrono
+++ b/lfs/rust-chrono
@@ -80,7 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-clap b/lfs/rust-clap
index ecfc69ed0..d5666d354 100644
--- a/lfs/rust-clap
+++ b/lfs/rust-clap
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-clap_builder b/lfs/rust-clap_builder
index ad8e8a776..c04483123 100644
--- a/lfs/rust-clap_builder
+++ b/lfs/rust-clap_builder
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-clap_lex b/lfs/rust-clap_lex
index 2033b9a42..055731f8a 100644
--- a/lfs/rust-clap_lex
+++ b/lfs/rust-clap_lex
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-colorchoice b/lfs/rust-colorchoice
index c3927648e..98ce58505 100644
--- a/lfs/rust-colorchoice
+++ b/lfs/rust-colorchoice
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-crc32fast b/lfs/rust-crc32fast
index 0ba9acd7e..19dc43661 100644
--- a/lfs/rust-crc32fast
+++ b/lfs/rust-crc32fast
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-displaydoc b/lfs/rust-displaydoc
index 3ec1af548..5887a7c21 100644
--- a/lfs/rust-displaydoc
+++ b/lfs/rust-displaydoc
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-equivalent b/lfs/rust-equivalent
index f6c686d64..c5da4e7ce 100644
--- a/lfs/rust-equivalent
+++ b/lfs/rust-equivalent
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-errno b/lfs/rust-errno
index 2a9983c7c..eb714f7be 100644
--- a/lfs/rust-errno
+++ b/lfs/rust-errno
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-fastrand b/lfs/rust-fastrand
index dbe1391b5..fc12e1cef 100644
--- a/lfs/rust-fastrand
+++ b/lfs/rust-fastrand
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-flate2 b/lfs/rust-flate2
index 966c603f8..dd78a87df 100644
--- a/lfs/rust-flate2
+++ b/lfs/rust-flate2
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-foldhash b/lfs/rust-foldhash
index 875367606..3aa790350 100644
--- a/lfs/rust-foldhash
+++ b/lfs/rust-foldhash
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-form_urlencoded b/lfs/rust-form_urlencoded
index 55f0a21bc..1806b40ec 100644
--- a/lfs/rust-form_urlencoded
+++ b/lfs/rust-form_urlencoded
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-getrandom b/lfs/rust-getrandom
index b4bd1c118..f8a3fafda 100644
--- a/lfs/rust-getrandom
+++ b/lfs/rust-getrandom
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-hashbrown b/lfs/rust-hashbrown
index cfc0291a8..eb87e54b0 100644
--- a/lfs/rust-hashbrown
+++ b/lfs/rust-hashbrown
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-heck b/lfs/rust-heck
index bc184be84..6b36c08ff 100644
--- a/lfs/rust-heck
+++ b/lfs/rust-heck
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-humantime b/lfs/rust-humantime
index 260c3e198..fb196bb45 100644
--- a/lfs/rust-humantime
+++ b/lfs/rust-humantime
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-iana-time-zone b/lfs/rust-iana-time-zone
index dc6778ee4..5111eed56 100644
--- a/lfs/rust-iana-time-zone
+++ b/lfs/rust-iana-time-zone
@@ -80,7 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-icu_collections b/lfs/rust-icu_collections
index 48c601f9f..57672885d 100644
--- a/lfs/rust-icu_collections
+++ b/lfs/rust-icu_collections
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-icu_locale_core b/lfs/rust-icu_locale_core
index 1dfadc6af..524740f41 100644
--- a/lfs/rust-icu_locale_core
+++ b/lfs/rust-icu_locale_core
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-icu_normalizer b/lfs/rust-icu_normalizer
index 08b1f76ac..f24c621cf 100644
--- a/lfs/rust-icu_normalizer
+++ b/lfs/rust-icu_normalizer
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-icu_normalizer_data b/lfs/rust-icu_normalizer_data
index f22d64971..9c5dd96b5 100644
--- a/lfs/rust-icu_normalizer_data
+++ b/lfs/rust-icu_normalizer_data
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-icu_properties b/lfs/rust-icu_properties
index 2eb39fd2a..5ab49087d 100644
--- a/lfs/rust-icu_properties
+++ b/lfs/rust-icu_properties
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-icu_properties_data b/lfs/rust-icu_properties_data
index ceacda9c1..49b424006 100644
--- a/lfs/rust-icu_properties_data
+++ b/lfs/rust-icu_properties_data
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-icu_provider b/lfs/rust-icu_provider
index eb934b66d..e819f6476 100644
--- a/lfs/rust-icu_provider
+++ b/lfs/rust-icu_provider
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-id-arena b/lfs/rust-id-arena
index 223dee3fa..009ef494d 100644
--- a/lfs/rust-id-arena
+++ b/lfs/rust-id-arena
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-idna b/lfs/rust-idna
index 6b2260925..56618c6e5 100644
--- a/lfs/rust-idna
+++ b/lfs/rust-idna
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-idna_adapter b/lfs/rust-idna_adapter
index 9661140c0..b76b59d8f 100644
--- a/lfs/rust-idna_adapter
+++ b/lfs/rust-idna_adapter
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-indexmap b/lfs/rust-indexmap
index 974305c9a..b05e2387c 100644
--- a/lfs/rust-indexmap
+++ b/lfs/rust-indexmap
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-indoc-0.3.6 b/lfs/rust-indoc-0.3.6
index 20bb7946c..2f4bb7c1e 100644
--- a/lfs/rust-indoc-0.3.6
+++ b/lfs/rust-indoc-0.3.6
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-indoc-impl-0.3.6 b/lfs/rust-indoc-impl-0.3.6
index 3dbf6dd95..93cf49aef 100644
--- a/lfs/rust-indoc-impl-0.3.6
+++ b/lfs/rust-indoc-impl-0.3.6
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-instant b/lfs/rust-instant
index 7e0e14872..a4854b494 100644
--- a/lfs/rust-instant
+++ b/lfs/rust-instant
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-is_terminal_polyfill b/lfs/rust-is_terminal_polyfill
index fc845c357..61565640d 100644
--- a/lfs/rust-is_terminal_polyfill
+++ b/lfs/rust-is_terminal_polyfill
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-itoa b/lfs/rust-itoa
index 162c94474..ae1839d0a 100644
--- a/lfs/rust-itoa
+++ b/lfs/rust-itoa
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-lazy-static b/lfs/rust-lazy-static
index 92030869f..ac1e7ba9f 100644
--- a/lfs/rust-lazy-static
+++ b/lfs/rust-lazy-static
@@ -74,7 +74,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-leb128fmt b/lfs/rust-leb128fmt
index 32859257f..9f8ebda71 100644
--- a/lfs/rust-leb128fmt
+++ b/lfs/rust-leb128fmt
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-libc b/lfs/rust-libc
index d87150913..63aa5281f 100644
--- a/lfs/rust-libc
+++ b/lfs/rust-libc
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-linux-raw-sys b/lfs/rust-linux-raw-sys
index e1d68fe84..a90aa35e9 100644
--- a/lfs/rust-linux-raw-sys
+++ b/lfs/rust-linux-raw-sys
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-litemap b/lfs/rust-litemap
index 42d8beb2e..307b87396 100644
--- a/lfs/rust-litemap
+++ b/lfs/rust-litemap
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-lock_api b/lfs/rust-lock_api
index 9561a6b6e..3592cbc57 100644
--- a/lfs/rust-lock_api
+++ b/lfs/rust-lock_api
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-log b/lfs/rust-log
index 9cbcc369a..ab673ede7 100644
--- a/lfs/rust-log
+++ b/lfs/rust-log
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-memchr b/lfs/rust-memchr
index 1da50968d..a8b82b2b1 100644
--- a/lfs/rust-memchr
+++ b/lfs/rust-memchr
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-miniz_oxide b/lfs/rust-miniz_oxide
index bf788716d..67e3f3832 100644
--- a/lfs/rust-miniz_oxide
+++ b/lfs/rust-miniz_oxide
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-num-integer b/lfs/rust-num-integer
index e4e47bb49..75f9c32b2 100644
--- a/lfs/rust-num-integer
+++ b/lfs/rust-num-integer
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-num-traits b/lfs/rust-num-traits
index 20c9c9b3d..02e893401 100644
--- a/lfs/rust-num-traits
+++ b/lfs/rust-num-traits
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-once_cell b/lfs/rust-once_cell
index f0684f4c5..fc788586a 100644
--- a/lfs/rust-once_cell
+++ b/lfs/rust-once_cell
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-once_cell_polyfill b/lfs/rust-once_cell_polyfill
index 57a202ccf..19ffcc8da 100644
--- a/lfs/rust-once_cell_polyfill
+++ b/lfs/rust-once_cell_polyfill
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-ouroboros b/lfs/rust-ouroboros
index c603807c5..ddcba341b 100644
--- a/lfs/rust-ouroboros
+++ b/lfs/rust-ouroboros
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-ouroboros_macro b/lfs/rust-ouroboros_macro
index 834bdfd5c..86da4c8c3 100644
--- a/lfs/rust-ouroboros_macro
+++ b/lfs/rust-ouroboros_macro
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-parking_lot b/lfs/rust-parking_lot
index d50323c91..d9a1026bd 100644
--- a/lfs/rust-parking_lot
+++ b/lfs/rust-parking_lot
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-parking_lot_core b/lfs/rust-parking_lot_core
index dde7645b2..2d617b09a 100644
--- a/lfs/rust-parking_lot_core
+++ b/lfs/rust-parking_lot_core
@@ -80,7 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-paste-0.1.18 b/lfs/rust-paste-0.1.18
index c393b8ebc..09020f1be 100644
--- a/lfs/rust-paste-0.1.18
+++ b/lfs/rust-paste-0.1.18
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-paste-impl b/lfs/rust-paste-impl
index 1672887be..4856686d2 100644
--- a/lfs/rust-paste-impl
+++ b/lfs/rust-paste-impl
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-pem b/lfs/rust-pem
index c57325e56..bc40a0e1d 100644
--- a/lfs/rust-pem
+++ b/lfs/rust-pem
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-percent-encoding b/lfs/rust-percent-encoding
index 6ff605e0a..d82cbff43 100644
--- a/lfs/rust-percent-encoding
+++ b/lfs/rust-percent-encoding
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-potential_utf b/lfs/rust-potential_utf
index afe5622a9..115914e6e 100644
--- a/lfs/rust-potential_utf
+++ b/lfs/rust-potential_utf
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-prettyplease b/lfs/rust-prettyplease
index 330019525..068fcb451 100644
--- a/lfs/rust-prettyplease
+++ b/lfs/rust-prettyplease
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-proc-macro-error b/lfs/rust-proc-macro-error
index f50b74a54..a91ad7dbc 100644
--- a/lfs/rust-proc-macro-error
+++ b/lfs/rust-proc-macro-error
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-proc-macro-error-attr b/lfs/rust-proc-macro-error-attr
index 12fa4e2b7..d51fff070 100644
--- a/lfs/rust-proc-macro-error-attr
+++ b/lfs/rust-proc-macro-error-attr
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-proc-macro-hack b/lfs/rust-proc-macro-hack
index 2ec9bb3ec..8dbf6b535 100644
--- a/lfs/rust-proc-macro-hack
+++ b/lfs/rust-proc-macro-hack
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-proc-macro2 b/lfs/rust-proc-macro2
index a28890e46..7b9a2f2bf 100644
--- a/lfs/rust-proc-macro2
+++ b/lfs/rust-proc-macro2
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-pyo3 b/lfs/rust-pyo3
index bea5f698b..02b09dce4 100644
--- a/lfs/rust-pyo3
+++ b/lfs/rust-pyo3
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-pyo3-build-config b/lfs/rust-pyo3-build-config
index a274c9803..70b2b2af9 100644
--- a/lfs/rust-pyo3-build-config
+++ b/lfs/rust-pyo3-build-config
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-pyo3-macros b/lfs/rust-pyo3-macros
index 739389fc5..294909f34 100644
--- a/lfs/rust-pyo3-macros
+++ b/lfs/rust-pyo3-macros
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-pyo3-macros-backend b/lfs/rust-pyo3-macros-backend
index f5c2c428d..bcbb62cde 100644
--- a/lfs/rust-pyo3-macros-backend
+++ b/lfs/rust-pyo3-macros-backend
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-quote b/lfs/rust-quote
index cbdc225dc..94c54acbf 100644
--- a/lfs/rust-quote
+++ b/lfs/rust-quote
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-r-efi b/lfs/rust-r-efi
index f0452b210..5333b51be 100644
--- a/lfs/rust-r-efi
+++ b/lfs/rust-r-efi
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-regex b/lfs/rust-regex
index f7c30058a..fd66f4673 100644
--- a/lfs/rust-regex
+++ b/lfs/rust-regex
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-regex-syntax b/lfs/rust-regex-syntax
index 9cb409f7e..46d1b076a 100644
--- a/lfs/rust-regex-syntax
+++ b/lfs/rust-regex-syntax
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-rustix b/lfs/rust-rustix
index e796487bf..73a647543 100644
--- a/lfs/rust-rustix
+++ b/lfs/rust-rustix
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-ryu b/lfs/rust-ryu
index 34b09698e..d0f6bfc36 100644
--- a/lfs/rust-ryu
+++ b/lfs/rust-ryu
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-scopeguard b/lfs/rust-scopeguard
index 0b0f66e46..10045af38 100644
--- a/lfs/rust-scopeguard
+++ b/lfs/rust-scopeguard
@@ -79,7 +79,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-semver b/lfs/rust-semver
index 8227ce5a8..5a246cdcd 100644
--- a/lfs/rust-semver
+++ b/lfs/rust-semver
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-serde b/lfs/rust-serde
index a746c7d12..e24caf1db 100644
--- a/lfs/rust-serde
+++ b/lfs/rust-serde
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-serde_core b/lfs/rust-serde_core
index c7fba660a..4306c85aa 100644
--- a/lfs/rust-serde_core
+++ b/lfs/rust-serde_core
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-serde_derive b/lfs/rust-serde_derive
index 55e733a55..3728085b3 100644
--- a/lfs/rust-serde_derive
+++ b/lfs/rust-serde_derive
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-serde_json b/lfs/rust-serde_json
index 015bc2401..05e062f43 100644
--- a/lfs/rust-serde_json
+++ b/lfs/rust-serde_json
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-serde_spanned b/lfs/rust-serde_spanned
index a0907ba67..0b938f230 100644
--- a/lfs/rust-serde_spanned
+++ b/lfs/rust-serde_spanned
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-simd-adler32 b/lfs/rust-simd-adler32
index 44b582021..e7bed775c 100644
--- a/lfs/rust-simd-adler32
+++ b/lfs/rust-simd-adler32
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-smallvec b/lfs/rust-smallvec
index 054a97893..fddfe293f 100644
--- a/lfs/rust-smallvec
+++ b/lfs/rust-smallvec
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-spdx b/lfs/rust-spdx
index b67f9e6d2..7c6dbc772 100644
--- a/lfs/rust-spdx
+++ b/lfs/rust-spdx
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-stable_deref_trait b/lfs/rust-stable_deref_trait
index 75a887a96..4587adf02 100644
--- a/lfs/rust-stable_deref_trait
+++ b/lfs/rust-stable_deref_trait
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-strsim b/lfs/rust-strsim
index 4f0941100..0daab0be0 100644
--- a/lfs/rust-strsim
+++ b/lfs/rust-strsim
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-syn b/lfs/rust-syn
index 8a93be452..303e142b5 100644
--- a/lfs/rust-syn
+++ b/lfs/rust-syn
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-syn-1.0.109 b/lfs/rust-syn-1.0.109
index 91f58d3c8..32f2c6e99 100644
--- a/lfs/rust-syn-1.0.109
+++ b/lfs/rust-syn-1.0.109
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-synstructure b/lfs/rust-synstructure
index b5a94c16f..9fe2dfade 100644
--- a/lfs/rust-synstructure
+++ b/lfs/rust-synstructure
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-tempfile b/lfs/rust-tempfile
index d47a9b1d5..835f5adf9 100644
--- a/lfs/rust-tempfile
+++ b/lfs/rust-tempfile
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-time b/lfs/rust-time
index 372334cb3..5df9de28b 100644
--- a/lfs/rust-time
+++ b/lfs/rust-time
@@ -80,7 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
fi; \
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-tinystr b/lfs/rust-tinystr
index 3cc88e333..c276e1760 100644
--- a/lfs/rust-tinystr
+++ b/lfs/rust-tinystr
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-toml b/lfs/rust-toml
index 7865dd14d..fa47821fa 100644
--- a/lfs/rust-toml
+++ b/lfs/rust-toml
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-toml_datetime b/lfs/rust-toml_datetime
index 45a96c64c..dd7497ac2 100644
--- a/lfs/rust-toml_datetime
+++ b/lfs/rust-toml_datetime
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-toml_edit b/lfs/rust-toml_edit
index 530f4ae37..9859cda85 100644
--- a/lfs/rust-toml_edit
+++ b/lfs/rust-toml_edit
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-topological-sort b/lfs/rust-topological-sort
index 73594181a..141972ef4 100644
--- a/lfs/rust-topological-sort
+++ b/lfs/rust-topological-sort
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-unicode-ident b/lfs/rust-unicode-ident
index a3708d9eb..17eca3da2 100644
--- a/lfs/rust-unicode-ident
+++ b/lfs/rust-unicode-ident
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-unicode-xid b/lfs/rust-unicode-xid
index ef55d69b6..44aa9d643 100644
--- a/lfs/rust-unicode-xid
+++ b/lfs/rust-unicode-xid
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-unindent b/lfs/rust-unindent
index cd7a3f889..5b69cd3c7 100644
--- a/lfs/rust-unindent
+++ b/lfs/rust-unindent
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-url b/lfs/rust-url
index 09ccb7026..ab4504b93 100644
--- a/lfs/rust-url
+++ b/lfs/rust-url
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-utf16_iter b/lfs/rust-utf16_iter
index ee41f8efa..876ddc631 100644
--- a/lfs/rust-utf16_iter
+++ b/lfs/rust-utf16_iter
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-utf8_iter b/lfs/rust-utf8_iter
index 9068b4aa2..506f20a3c 100644
--- a/lfs/rust-utf8_iter
+++ b/lfs/rust-utf8_iter
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-utf8parse b/lfs/rust-utf8parse
index 3e172bf8a..cc665419f 100644
--- a/lfs/rust-utf8parse
+++ b/lfs/rust-utf8parse
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-version-check b/lfs/rust-version-check
index c43f3e6fd..443a720d9 100644
--- a/lfs/rust-version-check
+++ b/lfs/rust-version-check
@@ -74,7 +74,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-wasip2 b/lfs/rust-wasip2
index 4c090c48e..9f767b75c 100644
--- a/lfs/rust-wasip2
+++ b/lfs/rust-wasip2
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-wasm-encoder b/lfs/rust-wasm-encoder
index 37ba1a9cd..e3372abb7 100644
--- a/lfs/rust-wasm-encoder
+++ b/lfs/rust-wasm-encoder
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-wasm-metadata b/lfs/rust-wasm-metadata
index 26a72e71f..f8954204e 100644
--- a/lfs/rust-wasm-metadata
+++ b/lfs/rust-wasm-metadata
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-wasmparser b/lfs/rust-wasmparser
index 8667d4e0b..2d0432075 100644
--- a/lfs/rust-wasmparser
+++ b/lfs/rust-wasmparser
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-windows-link b/lfs/rust-windows-link
index 188402dd8..7e3f75ea7 100644
--- a/lfs/rust-windows-link
+++ b/lfs/rust-windows-link
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-windows-sys b/lfs/rust-windows-sys
index 530ce4602..734b6683d 100644
--- a/lfs/rust-windows-sys
+++ b/lfs/rust-windows-sys
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-winnow b/lfs/rust-winnow
index 9b7e70b15..220caaa6f 100644
--- a/lfs/rust-winnow
+++ b/lfs/rust-winnow
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-wit-bindgen b/lfs/rust-wit-bindgen
index bfbb84031..92f657960 100644
--- a/lfs/rust-wit-bindgen
+++ b/lfs/rust-wit-bindgen
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-wit-bindgen-core b/lfs/rust-wit-bindgen-core
index 6db43f28c..3b98e787f 100644
--- a/lfs/rust-wit-bindgen-core
+++ b/lfs/rust-wit-bindgen-core
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-wit-bindgen-rust b/lfs/rust-wit-bindgen-rust
index b85f17121..39a52cdce 100644
--- a/lfs/rust-wit-bindgen-rust
+++ b/lfs/rust-wit-bindgen-rust
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-wit-bindgen-rust-macro b/lfs/rust-wit-bindgen-rust-macro
index 5d5fe8d78..50ad9d730 100644
--- a/lfs/rust-wit-bindgen-rust-macro
+++ b/lfs/rust-wit-bindgen-rust-macro
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-wit-component b/lfs/rust-wit-component
index 345bdb72c..7429a9c69 100644
--- a/lfs/rust-wit-component
+++ b/lfs/rust-wit-component
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-wit-parser b/lfs/rust-wit-parser
index 2c0b8fe2b..e8a228f8e 100644
--- a/lfs/rust-wit-parser
+++ b/lfs/rust-wit-parser
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-write16 b/lfs/rust-write16
index 4d34fe2bf..944005fbd 100644
--- a/lfs/rust-write16
+++ b/lfs/rust-write16
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-writeable b/lfs/rust-writeable
index 94351301a..96607ab9c 100644
--- a/lfs/rust-writeable
+++ b/lfs/rust-writeable
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-yoke b/lfs/rust-yoke
index fadafe50b..f34c336c9 100644
--- a/lfs/rust-yoke
+++ b/lfs/rust-yoke
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-yoke-derive b/lfs/rust-yoke-derive
index b8093789e..a6b1cb4c5 100644
--- a/lfs/rust-yoke-derive
+++ b/lfs/rust-yoke-derive
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-zerofrom b/lfs/rust-zerofrom
index c45b3e09c..25249d5d4 100644
--- a/lfs/rust-zerofrom
+++ b/lfs/rust-zerofrom
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-zerofrom-derive b/lfs/rust-zerofrom-derive
index 38110b9dd..4b2230854 100644
--- a/lfs/rust-zerofrom-derive
+++ b/lfs/rust-zerofrom-derive
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-zerotrie b/lfs/rust-zerotrie
index 9f88d42d9..835be3c4e 100644
--- a/lfs/rust-zerotrie
+++ b/lfs/rust-zerotrie
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-zerovec b/lfs/rust-zerovec
index 1b7e4b8ef..0faedb639 100644
--- a/lfs/rust-zerovec
+++ b/lfs/rust-zerovec
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
diff --git a/lfs/rust-zerovec-derive b/lfs/rust-zerovec-derive
index c1d818422..f1e17c846 100644
--- a/lfs/rust-zerovec-derive
+++ b/lfs/rust-zerovec-derive
@@ -75,7 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && rm Cargo.toml.orig
cd $(DIR_APP) && $(CARGO_PREPARE)
- cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
@rm -rf $(DIR_APP)
@$(POSTBUILD)
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-16 16:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 16:30 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 5e334df36c0fdc63f523df14a411e28e1f7469eb Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox