|
|
@ -28,11 +28,13 @@ runconf=1 |
|
|
|
|
|
|
|
torcs_preconf() |
|
|
|
{ |
|
|
|
for x in $archdir/TORCS-$ver-src-robots* ; do |
|
|
|
echo "Extracting ${x##$archdir/} ($taropt)..." |
|
|
|
tar $taropt $x |
|
|
|
done |
|
|
|
cd torcs-$ver |
|
|
|
for x in $archdir/TORCS-$ver-src-robots* ; do |
|
|
|
echo "Extracting ${x##$archdir/} ($taropt)..." |
|
|
|
tar $taropt $x |
|
|
|
done |
|
|
|
cd torcs-$ver |
|
|
|
# delete lingering x86 object files ... |
|
|
|
find -name '*.o' | xargs rm -fv |
|
|
|
} |
|
|
|
|
|
|
|
preconf=torcs_preconf |
|
|
|