mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
make.sh: Add command to find dependencies
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
cb9fd5923b
commit
ba137dd898
6
make.sh
6
make.sh
@@ -1993,8 +1993,12 @@ lang)
|
||||
update-contributors)
|
||||
update_contributors
|
||||
;;
|
||||
find-dependencies)
|
||||
shift
|
||||
exec "${BASEDIR}/tools/find-dependencies" "${BASEDIR}/build" "$@"
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {build|changelog|clean|gettoolchain|downloadsrc|shell|sync|toolchain|update-contributors}"
|
||||
echo "Usage: $0 {build|changelog|clean|gettoolchain|downloadsrc|shell|sync|toolchain|update-contributors|find-dependencies}"
|
||||
cat doc/make.sh-usage
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user