source: gs2-extensions/video-and-audio/trunk/src/runtime-srcpack/CASCADE-MAKE.sh@ 23036

Last change on this file since 23036 was 18954, checked in by davidb, 15 years ago

Further iteration of scripts to compile up necessary support packages for video extension

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