summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-15 03:01:25 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-15 03:04:41 +0100
commite281966f2278802d3d59e386a1e5456e0e8b368d (patch)
treede35f13e958b604561cef2f3f636f25cc8414c29 /script
parentee2bf0d25aafeb97379ec4b35fd6308fb07d8051 (diff)
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>
Diffstat (limited to 'script')
-rwxr-xr-xscript/roms2
-rwxr-xr-xscript/trees1
2 files changed, 0 insertions, 3 deletions
diff --git a/script/roms b/script/roms
index 48eba1d5..6891d2f5 100755
--- a/script/roms
+++ b/script/roms
@@ -31,8 +31,6 @@ eval "$(setvars "" ${v} boards _displaymode _payload _keyboard all targets \
main()
{
- check_project
-
while [ $# -gt 0 ]; do
case ${1} in
help)
diff --git a/script/trees b/script/trees
index 615fbbf2..3b126e56 100755
--- a/script/trees
+++ b/script/trees
@@ -37,7 +37,6 @@ main()
cfgsdir="config/${project}"
remkdir "${tmpgit%/*}"
- check_project
_cmd="build_projects"
[ -f "config/${project}/build.list" ] && _cmd="build_targets"