source: gs2-extensions/gsdl-amp/trunk/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: 267 bytes
Line 
1#!/bin/bash
2
3cd cascade-make/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.