build/clean/ich9utils: don't use subshell
this also fixes error handling Signed-off-by: Leah Rowe <leah@libreboot.org>fsdg20230625
parent
43e2dfe2bf
commit
06a92f61a8
|
@ -28,9 +28,6 @@ set -u -e
|
|||
# --------------------------------------------------------------------
|
||||
|
||||
printf "Cleaning the previous build of ich9utils\n"
|
||||
(
|
||||
cd "util/ich9utils/"
|
||||
make clean
|
||||
)
|
||||
make clean -C util/ich9utils
|
||||
rm -Rf descriptors/
|
||||
printf "\n\n"
|
||||
|
|
Loading…
Reference in New Issue