diff options
author | Sven Gothel <[email protected]> | 2013-04-24 05:30:22 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-24 05:30:22 +0200 |
commit | 9e4472f73133b7fb605e3d68e79094a89cbde066 (patch) | |
tree | a24041ca939437f8db35084749e5e7197d0f65ab | |
parent | 692ade1dd123d8b5b859e9040d33a519288dcd71 (diff) |
Add scripts/make.jocl.all.sh
-rwxr-xr-x | scripts/make.jocl.all.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/make.jocl.all.sh b/scripts/make.jocl.all.sh new file mode 100755 index 00000000..a137cea5 --- /dev/null +++ b/scripts/make.jocl.all.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +SDIR=`dirname $0` + +$SDIR/make.jocl.all.linux-armv6-cross.sh \ +&& $SDIR/make.jocl.all.linux-armv6hf-cross.sh \ +&& $SDIR/make.jocl.all.linux-x86_64.sh \ +&& $SDIR/make.jocl.all.linux-x86.sh \ +&& $SDIR/make.jocl.all.android-armv6-cross.sh \ |