Python: build only with one core (fails sometimes on parallel builds)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-04 00:35:34 +02:00
parent ce3dfcbf58
commit 86fa6879ef

View File

@ -26,7 +26,7 @@ OPT="$HOST_CFLAGS" \
--enable-unicode=ucs4 \
OPT="$HOST_CFLAGS" \
make python Parser/pgen
make -j1 python Parser/pgen
OPT="$HOST_CFLAGS" \
PYTHON_MODULES_INCLUDE=/usr/include \
@ -63,7 +63,7 @@ OPT="$CFLAGS -fno-strict-aliasing" \
--without-cxx-main \
--with-system-ffi \
make CC=$TARGET_CC \
make -j1 CC=$TARGET_CC \
GNU_HOST=$TARGET_NAME \
GNU_BUILD=$HOST_NAME \
DESTDIR=$SYSROOT_PREFIX \