diff options
author | Leah Rowe <leah@libreboot.org> | 2023-04-08 03:14:48 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-04-08 18:36:50 +0100 |
commit | eb9d06304049ca03e4d00c81b43fb996d8424a1f (patch) | |
tree | 367193972648607d31f502a5be7b2047ae6fc5e0 /resources/scripts/build/clean/ich9utils | |
parent | 58e12063c72b7b2a7f4bb2c0c9e71b467d41d2c1 (diff) |
add ich9utils back to utils
don't download it. keep it in lbmk.
libreboot moved to codeberg for git hosting,
and i didn't want to keep lugging around an
extra git repo just for one tiny project.
Diffstat (limited to 'resources/scripts/build/clean/ich9utils')
-rwxr-xr-x | resources/scripts/build/clean/ich9utils | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/resources/scripts/build/clean/ich9utils b/resources/scripts/build/clean/ich9utils index 72f5895d..e3324586 100755 --- a/resources/scripts/build/clean/ich9utils +++ b/resources/scripts/build/clean/ich9utils @@ -27,13 +27,9 @@ set -u -e # clean ich9deblob utility # -------------------------------------------------------------------- -if [ ! -d ich9utils ]; then - exit 0 -fi - printf "Cleaning the previous build of ich9utils\n" ( -cd "ich9utils/" +cd "util/ich9utils/" make clean ) rm -Rf descriptors/ |