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

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

Creation of Apache-Mysql-Php (AMP) extension of Greenstone

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