source: gs2-extensions/mysql-src/trunk/CASCADE-MAKE.sh@ 22996

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

Committing the contents of the MySQL extension

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