source: extensions/gsdl-ocr/trunk/packages/CASCADE-MAKE.sh@ 16800

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

Creation of Greenstone extension for OCR support

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