source: trunk/packages/CASCADE-MAKE.sh@ 16659

Last change on this file since 16659 was 16659, checked in by davidb, 16 years ago

Start of Greenstone extension for audio support

File size: 234 bytes
Line 
1#!/bin/bash
2
3
4for d in LAME LIBMAD SOX ALSA MARSYAS ; do
5 echo " Running CASCADE-MAKE/$d.sh $*"
6
7 ./CASCADE-MAKE/$d.sh $*
8
9 if [ $? != 0 ] ; then
10 echo " Error encountered running CASCADE-COMPILE/$d.sh"
11 exit 1
12 fi
13done
Note: See TracBrowser for help on using the repository browser.