mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 07:19:40 +02:00
build/clean/ich9utils: don't use subshell
this also fixes error handling Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user