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

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

Addition of libpng to support compiling on the Mac

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