mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
trees: rename build_projects to build_project
the script used to support building multiple single-tree projects, but this behaviour was buggy and unused, so it was removed. rename the build_projects variable accordingly. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-2
@@ -46,7 +46,7 @@ main()
|
||||
|
||||
remkdir "${tmpgit%/*}"
|
||||
|
||||
_cmd="build_projects"
|
||||
_cmd="build_project"
|
||||
singletree "$project" || _cmd="build_targets"
|
||||
$_cmd $@
|
||||
|
||||
@@ -56,7 +56,7 @@ main()
|
||||
[ -z "$mode" ] && printf "\n\nOK! Check %s/\n\n" "$elfdir"; return 0
|
||||
}
|
||||
|
||||
build_projects()
|
||||
build_project()
|
||||
{
|
||||
if [ "$mode" = "fetch" ]; then
|
||||
[ -f "CHANGELOG" ] && return 0
|
||||
|
||||
Reference in New Issue
Block a user