source: gs2-extensions/pharos-annotate/trunk/CASCADE-MAKE.sh

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

Creation of Greenstone extension for image analysis

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