From 023d6b69968b44e296caee308c173cb617b89497 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 20 Aug 2023 18:54:40 +0100 Subject: unify build/clean into ./build release src handle it all in the 1 script quite a few clean scripts are still present, so resources/scripts/build/clean/ still exists. 23 sloc reduction. Signed-off-by: Leah Rowe --- resources/scripts/update/blobs/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/update/blobs/download') diff --git a/resources/scripts/update/blobs/download b/resources/scripts/update/blobs/download index 49f3fa4c..bac48786 100755 --- a/resources/scripts/update/blobs/download +++ b/resources/scripts/update/blobs/download @@ -207,7 +207,7 @@ build_dependencies() || fail "could not download uefitool" fi if [ ! -f uefitool/uefiextract ]; then - ./build src for uefitool \ + ./build src for -b uefitool \ || fail "could not build uefitool" fi if [ ! -f ${cbdir}/util/kbc1126/kbc1126_ec_dump ]; then -- cgit v1.2.1