From: Michael Tremer Date: Thu, 16 Jul 2026 12:17:04 +0000 (+0000) Subject: rust: Skip the build step on all packages X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e334df36c0fdc63f523df14a411e28e1f7469eb;p=ipfire-2.x.git 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 --- 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)