source: gs3-extensions/mars-src/trunk/CASCADE-MAKE-ESSENTIA.sh@ 37576

Last change on this file since 37576 was 37304, checked in by davidb, 16 months ago

Scripts to compile up just what is neeed for essentia. Useful for use in other extensions that don't need the whole mars code-stack

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