source: gs3-extensions/android-ndk/trunk/src/packages/CASCADE-MAKE.sh@ 26858

Last change on this file since 26858 was 26858, checked in by davidb, 11 years ago

Initial cut at file for compiling up sed for Android

  • Property svn:executable set to *
File size: 322 bytes
Line 
1#!/bin/bash
2
3source ../cascade-make/lib/cascade-lib.bash GEXTANDROIDNDK .. $*
4
5# The standard list of packages
6pkglist="SED"
7
8for d in $pkglist; do
9
10 echo " Running CASCADE-MAKE/$d.sh"
11
12 ./CASCADE-MAKE/$d.sh $*
13
14 if [ $? != 0 ] ; then
15 echo "Error encountered running CASCADE-MAKE/$d.sh"
16 exit 1
17 fi
18done
19
Note: See TracBrowser for help on using the repository browser.