]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- -j1 for make prepare scripts
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 29 Aug 2006 17:55:39 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.59

qemu.spec

index 618458754a9b5267710dadb1e9768bb520cc996d..3e8bd4e9793f2cda04edac3fa5ecd52ebc2772ce 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -171,7 +171,7 @@ for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}
        ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
        ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h o/include/linux/autoconf.h
 %if %{with dist_kernel}
-       %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+       %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts -j1
 %else
        install -d o/include/config
        touch o/include/config/MARKER
This page took 0.040367 seconds and 4 git commands to generate.