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

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

Added an ant build file and made several other minor fixes

File size: 268 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.