build/clean/ich9utils: don't use subshell

this also fixes error handling

Signed-off-by: Leah Rowe <leah@libreboot.org>
fsdg20230625
Leah Rowe 2023-05-20 21:38:54 +01:00
parent 43e2dfe2bf
commit 06a92f61a8
1 changed files with 1 additions and 4 deletions

View File

@ -28,9 +28,6 @@ set -u -e
# -------------------------------------------------------------------- # --------------------------------------------------------------------
printf "Cleaning the previous build of ich9utils\n" printf "Cleaning the previous build of ich9utils\n"
( make clean -C util/ich9utils
cd "util/ich9utils/"
make clean
)
rm -Rf descriptors/ rm -Rf descriptors/
printf "\n\n" printf "\n\n"