diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-20 18:54:40 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-20 18:58:32 +0100 |
commit | 023d6b69968b44e296caee308c173cb617b89497 (patch) | |
tree | a5a192a9105d3ee700f76b789b0b8aebefc51cd3 /resources/scripts/update/blobs/download | |
parent | f893a29b2214e9b6ebab7640ee25add2c334b5b6 (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'resources/scripts/update/blobs/download')
-rwxr-xr-x | resources/scripts/update/blobs/download | 2 |
1 files changed, 1 insertions, 1 deletions
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 |