source: gs2-extensions/afrepo/trunk/src/packages/CASCADE-MAKE.sh@ 27747

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

Reorderig needed to compile later package

  • Property svn:executable set to *
File size: 393 bytes
Line 
1#!/bin/bash
2
3source ../cascade-make/lib/cascade-lib.bash GEXT_AFREPO .. $*
4
5CMAKE_LIBRARY_PATH=$GEXT_AFREPO_INSTALLED
6LD_LIBRARY_PATH=$GEXT_AFREPO_INSTALLED
7
8for d in GIT PCRE UTIL-LINUX RAPTOR2 RASQAL NCURSES 4STORE ; do
9 echo " Running CASCADE-MAKE/$d.sh"
10
11 ./CASCADE-MAKE/$d.sh $*
12
13 if [ $? != 0 ] ; then
14 echo "Error encountered running CASCADE-MAKE/$d.sh"
15 exit 1
16 fi
17done
Note: See TracBrowser for help on using the repository browser.