]> git.pld-linux.org Git - packages/gnustep-gui.git/commitdiff
- __make -j1 auto/th/gnustep-gui-0_13_0-1
authorSzymon Siwek <sls@pld-linux.org>
Tue, 18 Dec 2007 19:37:37 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnustep-gui.spec -> 1.51

gnustep-gui.spec

index 19dc781d7ac53990fdca1def39ddff4efee4a5f2..113366d53b87af22d318dc8f7e8b1ab424164e31 100644 (file)
@@ -86,7 +86,8 @@ export GNUSTEP_FLATTENED=yes
        %{!?with_cups:--disable-cups} \
        %{!?with_portaudio:--disable-gsnd}
 
-%{__make} \
+# with __make -jN we can got non-deterministic errors
+%{__make} -j1 \
        messages=yes
 
 %install
This page took 0.057479 seconds and 4 git commands to generate.