mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
update/project/trees: remove extra.sh handling
This functionality has never been used, except in the erstwhile osboot project, and even then only experimentally. It was intended for use with coreboot's gerrit site, but it became Libreboot project policy that this not be relied upon, instead preferring to include patches directly within lbmk. This functionality can be re-added, if necessary. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -157,13 +157,6 @@ prepare_new_tree()
|
||||
err "cannot patch: ${project}/${tree}"
|
||||
fi
|
||||
done
|
||||
|
||||
# extra.sh can be used for anything
|
||||
# but should *only* be a last resort
|
||||
if [ -f "../../${cfgsdir}/${tree}/extra.sh" ]; then
|
||||
"../../${cfgsdir}/${tree}/extra.sh" || \
|
||||
err "prepare_new_tree ${project}/${tree}: extra.sh: error"
|
||||
fi
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user