mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 03:25:25 +02:00
unify build/clean into ./build release src
handle it all in the 1 script quite a few clean scripts are still present, so resources/scripts/build/clean/ still exists. 23 sloc reduction. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -23,7 +23,7 @@ ich9gen="util/ich9utils/ich9gen"
|
||||
|
||||
main()
|
||||
{
|
||||
[ -f "${ich9gen}" ] || ./build src for ich9utils || err "ich9utils make"
|
||||
[ -f "${ich9gen}" ] || ./build src for -b ich9utils || err "ich9utils make"
|
||||
[ ! -f "${ich9gen}" ] && \
|
||||
err "ich9gen doesn't exist"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user