source: gs2-extensions/gsdl-amp/trunk/packages/CASCADE-MAKE.sh@ 22234

Last change on this file since 22234 was 22234, checked in by sjm84, 14 years ago

Added the cascade make external

File size: 233 bytes
Line 
1#!/bin/bash
2
3
4for d in MYSQL LIBPNG APACHE-PASS1 PHP ; 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-MAKE/$d.sh"
11 exit 1
12 fi
13done
Note: See TracBrowser for help on using the repository browser.