summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/build b/build
index 33b8ded4..027360a8 100755
--- a/build
+++ b/build
@@ -29,7 +29,7 @@ main()
[ "$1" = "dependencies" ] && x_ install_packages $@ && lbmk_exit 0
- for cmd in initcmd check_git check_project git_init excmd; do
+ for cmd in initcmd check_git git_init excmd; do
eval "${cmd} \$@"
done
lbmk_exit 0
@@ -39,8 +39,6 @@ initcmd()
{
[ "$(id -u)" != "0" ] || $err "this command as root is not permitted"
- check_project
-
case "${1}" in
help) usage ${0} ;;
list) items "script" ;;
@@ -136,8 +134,6 @@ mkrelease()
esac
done
- check_project
-
vdir="${vdir}/${version}"
[ "${mode}" = "u-boot" ] && relname="u-boot-for-${relname}"
src_dirname="${relname}_src"