mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
mk: simplify elfcheck()
fe_() called inside subshell, ftw Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -370,10 +370,8 @@ check_defconfig()
|
|||||||
|
|
||||||
elfcheck()
|
elfcheck()
|
||||||
{
|
{
|
||||||
# TODO: very hacky check. do it properly (based on build.list)
|
# TODO: *STILL* very hacky check. do it properly (based on build.list)
|
||||||
for elftest in "$dest_dir"/*; do
|
( fe_ "exit 1" "$dest_dir" -type f ) || return 1; :
|
||||||
[ -e "$elftest" ] && e "$elftest" f && return 1
|
|
||||||
done; :
|
|
||||||
}
|
}
|
||||||
|
|
||||||
handle_makefile()
|
handle_makefile()
|
||||||
|
|||||||
Reference in New Issue
Block a user