something is very wrong with x86_64 koji

This commit is contained in:
Caolán McNamara 2010-10-30 20:57:34 +01:00
parent 5616e3e15f
commit d144eb22b8

View File

@ -725,6 +725,8 @@ SMP_MFLAGS=$[${SMP_MFLAGS/-j/}]
if [ $SMP_MFLAGS -lt 2 ]; then SMP_MFLAGS=2; fi
NDMAKES=`dc -e "$SMP_MFLAGS v p"`
NBUILDS=`dc -e "$SMP_MFLAGS $NDMAKES / p"`
NDMAKES=1
NBUILDS=1
autoconf
%configure \
@ -766,7 +768,7 @@ export ARCH_FLAGS
. ./*[Ee]nv.[Ss]et.sh
./bootstrap
cd instsetoo_native
if ! VERBOSE=false build --dlv_switch -link -P$NBUILDS --all -- -P$NDMAKES -s; then
if ! VERBOSE=true build --dlv_switch -link -P$NBUILDS --all -- -P$NDMAKES -s; then
build --dlv_switch -link --all
fi