Last change
on this file was 24331, checked in by davidb, 12 years ago |
Tidy up of loose ends in compiling up audioDb src
|
-
Property svn:executable
set to
*
|
File size:
282 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | source ../cascade-make/lib/cascade-lib.bash GEXT_AUDIODB .. $*
|
---|
4 |
|
---|
5 | for d in FFTEXTRACT AUDIODB ; do
|
---|
6 | echo " Running CASCADE-MAKE/$d.sh"
|
---|
7 |
|
---|
8 | ./CASCADE-MAKE/$d.sh $*
|
---|
9 |
|
---|
10 | if [ $? != 0 ] ; then
|
---|
11 | echo "Error encountered running CASCADE-MAKE/$d.sh"
|
---|
12 | exit 1
|
---|
13 | fi
|
---|
14 | done
|
---|
Note:
See
TracBrowser
for help on using the repository browser.