mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 06:49:52 +02:00
remove check_project() (always set variables)
in lbmk, we call check_project() to set variables such as projectname, version, version date this is unnecessary, because all main scripts use this functionality anyway do it by default Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -31,8 +31,6 @@ eval "$(setvars "" ${v} boards _displaymode _payload _keyboard all targets \
|
||||
|
||||
main()
|
||||
{
|
||||
check_project
|
||||
|
||||
while [ $# -gt 0 ]; do
|
||||
case ${1} in
|
||||
help)
|
||||
|
||||
@@ -37,7 +37,6 @@ main()
|
||||
cfgsdir="config/${project}"
|
||||
|
||||
remkdir "${tmpgit%/*}"
|
||||
check_project
|
||||
|
||||
_cmd="build_projects"
|
||||
[ -f "config/${project}/build.list" ] && _cmd="build_targets"
|
||||
|
||||
Reference in New Issue
Block a user