- disable parallel build for a while, it takes too much memory

for our workers

OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2011-02-21 10:48:22 +00:00 committed by Git OBS Bridge
parent 620dadedb8
commit 1bd4d01d1e
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 21 10:48:07 UTC 2011 - coolo@novell.com
- disable parallel build for a while, it takes too much memory
for our workers
-------------------------------------------------------------------
Thu Feb 10 14:48:36 CET 2011 - uli@suse.de

View File

@ -102,7 +102,7 @@ mkdir -p dynamic
echo "CONFIG_CURL=y" >> config-host.mak
echo "CURL_LIBS=-lcurl" >> config-host.mak
echo "#define CONFIG_CURL 1" >> config-host.h
make %{?jobs:-j%{jobs}} V=1
make -j1 V=1
make qemu-img V=1
mv */qemu */qemu-* qemu-io dynamic || true
make clean
@ -113,7 +113,7 @@ make clean
--disable-system \
--static --disable-linux-aio \
--extra-cflags="$QEMU_OPT_FLAGS"
make %{?jobs:-j%{jobs}} V=1
make -j1 V=1
%install
make install DESTDIR=$RPM_BUILD_ROOT