[Android] compile: Makefile is buggy so only use one job for ant/jni

Rafaël Carré git at videolan.org
Fri Oct 5 12:53:40 CEST 2012


vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Fri Oct  5 12:53:09 2012 +0200| [9ac506774746ebb3709a28c73d2da6050fe355b8] | committer: Rafaël Carré

compile: Makefile is buggy so only use one job for ant/jni

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=9ac506774746ebb3709a28c73d2da6050fe355b8
---

 compile.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 354102f..49da42e 100755
--- a/compile.sh
+++ b/compile.sh
@@ -230,4 +230,4 @@ export ANDROID_LIBS=${PWD}/android-libs
 export VLC_BUILD_DIR=vlc/android
 
 make distclean
-make TARGET_TUPLE=$TARGET_TUPLE PLATFORM_SHORT_ARCH=$PLATFORM_SHORT_ARCH CXXSTL=$CXXSTL $RELEASEFLAG
+make -j1 TARGET_TUPLE=$TARGET_TUPLE PLATFORM_SHORT_ARCH=$PLATFORM_SHORT_ARCH CXXSTL=$CXXSTL $RELEASEFLAG



More information about the Android mailing list