]> git.pld-linux.org Git - packages/cairo-dock.git/commitdiff
- make -j1
authorwolf <wolf@pld-linux.org>
Mon, 17 Dec 2007 21:49:29 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairo-dock.spec -> 1.2

cairo-dock.spec

index 1f182ecb6b2cbab14203f135c51e3d76bf8caa53..d1eb862d208379bab976fa3812a54aabca5b7bc9 100644 (file)
@@ -36,7 +36,7 @@ cd cairo-dock
 %{__aclocal}
 %{__automake}
 %configure
-%{__make}
+%{__make} -j1
 cd ..
 
 cd plug-ins
@@ -59,7 +59,7 @@ for dir in clock file-manager rhythmbox dustbin file-manager-gnome rendering; do
        fi
        %{__automake}
        PACKAGE_LIBS="$PACKAGE_LIBS `pkg-config --libs $PACKAGES`" PACKAGE_CFLAGS="$PACKAGE_CFLAGS `pkg-config --cflags $PACKAGES` " %configure
-       %{__make} pkgdatadir=/usr/share/cairo-dock/plug-in/$dir
+       %{__make} -j1 pkgdatadir=/usr/share/cairo-dock/plug-in/$dir
        cd ..
 done
 cd ..
This page took 0.119426 seconds and 4 git commands to generate.