
1 changed files with 0 additions and 24 deletions
@ -1,24 +0,0 @@ |
|||||
#!/bin/bash |
|
||||
|
|
||||
START_DIR=$PWD |
|
||||
LIBDAISY_DIR=$PWD/libs/libDaisy |
|
||||
DAISYSP_DIR=$PWD/libs/DaisySP |
|
||||
|
|
||||
echo "building libDaisy . . ." |
|
||||
cd "$LIBDAISY_DIR" ; make -s clean ; make -j -s |
|
||||
if [ $? -ne 0 ] |
|
||||
then |
|
||||
echo "Failed to compile libDaisy" |
|
||||
exit 1 |
|
||||
fi |
|
||||
echo "done." |
|
||||
|
|
||||
echo "building DaisySP . . ." |
|
||||
cd "$DAISYSP_DIR" ; make -s clean ; make -j -s |
|
||||
if [ $? -ne 0 ] |
|
||||
then |
|
||||
echo "Failed to compile DaisySP" |
|
||||
exit 1 |
|
||||
fi |
|
||||
echo "done." |
|
||||
|
|
Loading…
Reference in new issue