aboutsummaryrefslogtreecommitdiffstats
path: root/android-rebuild.sh
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-06-04 16:07:01 +0200
committerDavid 'Digit' Turner <digit@google.com>2009-06-08 17:43:17 +0200
commit46be48730333120a7b939116cef075e61c12c703 (patch)
tree92bde033dd93fc14e0e2565a52293b59787b8859 /android-rebuild.sh
parentb72269abe4a75736c09b0ee8797b736f49c058c8 (diff)
downloadexternal_qemu-46be48730333120a7b939116cef075e61c12c703.zip
external_qemu-46be48730333120a7b939116cef075e61c12c703.tar.gz
external_qemu-46be48730333120a7b939116cef075e61c12c703.tar.bz2
Add our modified SDL sources under distrib/sdl-1.2.12
Fix distrib/make-distrib.sh script to work with git Fix distrib/build-emulator.sh to accomodate for new SDL configure script Handle Tiger SDK usage in SDL configure script
Diffstat (limited to 'android-rebuild.sh')
-rwxr-xr-xandroid-rebuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-rebuild.sh b/android-rebuild.sh
index d488f69..136ccc9 100755
--- a/android-rebuild.sh
+++ b/android-rebuild.sh
@@ -8,5 +8,6 @@
cd `dirname $0`
./android-configure.sh $* && \
+make clean && \
make -j4 && \
echo "Done. !!"