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

Last change on this file since 28194 was 28194, checked in by davidb, 11 years ago

Changes necessary to move version of subversion used to 1.8.1

  • Property svn:executable set to *
File size: 257 bytes
RevLine 
[23043]1#!/bin/bash
2
3
[28194]4for d in LIBXML APR SQLITE APRUTIL OPENSSL SERF ZLIB SUBVERSION ; do
[23043]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.