source: gs2-extensions/subversion/trunk/src/packages/CASCADE-MAKE.sh@ 23043

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

Adding the content for the subversion extension

  • Property svn:executable set to *
File size: 247 bytes
RevLine 
[23043]1#!/bin/bash
2
3
4for d in APR APRUTIL SERF NEON SQLITE ZLIB SUBVERSION ; do
5 echo " Running CASCADE-MAKE/$d.sh $*"
6
7 ./CASCADE-MAKE/$d.sh $*
8
9 if [ $? != 0 ] ; then
10 echo " Error encountered running CASCADE-MAKE/$d.sh"
11 exit 1
12 fi
13done
Note: See TracBrowser for help on using the repository browser.