]> git.pld-linux.org Git - packages/VMware-workstation.git/commitdiff
- mass atack: -j1 for make scripts
authorsparky <sparky@pld-linux.org>
Wed, 6 Sep 2006 13:48:33 +0000 (13:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-workstation.spec -> 1.93

VMware-workstation.spec

index 1770e9a292e9d73551ceddb00fae75b2db4b0202..a8bb11379213df8cdb0516c5fd042fdaf79fc1ea 100644 (file)
@@ -336,7 +336,7 @@ for mod in vmmon vmnet ; do
                        -i ../vmnet-only/driver.c
        fi
        %if %{with dist_kernel}
-               %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+               %{__make} -j1 -C %{_kernelsrcdir} O=$PWD/o prepare scripts
        %else
                install -d o/include/config
                touch o/include/config/MARKER
This page took 0.079692 seconds and 4 git commands to generate.