From e281966f2278802d3d59e386a1e5456e0e8b368d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 15 May 2024 03:01:25 +0100 Subject: 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 --- script/roms | 2 -- script/trees | 1 - 2 files changed, 3 deletions(-) (limited to 'script') 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" -- cgit v1.2.1