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

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

Upgraded the technology used in this extension, also changed the apache building into a single pass rather than 2 passes

File size: 227 bytes
Line 
1#!/bin/bash
2
3
4for d in MYSQL LIBPNG APACHE 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.