diff options
author | Sven Gothel <[email protected]> | 2013-04-23 23:55:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-23 23:55:44 +0200 |
commit | fc3d9e5837421a455cf2b3ae0bc4ad49446094ec (patch) | |
tree | 1aaa0491dba06c8a2333ec8f4f57b44b27dc8e1d | |
parent | 12319be6d524c966c1f2c709675e9d05b04c56db (diff) |
Add make.joal.all.sh
-rwxr-xr-x | make/scripts/make.joal.all.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.sh b/make/scripts/make.joal.all.sh new file mode 100755 index 0000000..a6b3a1e --- /dev/null +++ b/make/scripts/make.joal.all.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +SDIR=`dirname $0` + +$SDIR/make.joal.all.linux-armv6-cross.sh \ +&& $SDIR/make.joal.all.linux-armv6hf-cross.sh \ +&& $SDIR/make.joal.all.linux-x86_64.sh \ +&& $SDIR/make.joal.all.linux-x86.sh \ +&& $SDIR/make.joal.all.android-armv6-cross.sh \ |