]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
NUMOFJOBS=-j1 em ORBit
authorrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 27 Mar 2008 19:44:21 +0000 (19:44 +0000)
committerrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 27 Mar 2008 19:44:21 +0000 (19:44 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1684 370017ae-e619-0410-ac65-c121f96126d4

gnome/base/orbit/ORBit2.SlackBuild

index f282e4bbde52bbe55a1eaa448d27e6e587fc6add..05095cbe82b53428338fc0950b8c133a26006b39 100644 (file)
@@ -41,8 +41,7 @@ REPOS=${REPOS:=$TMP}
 PREFIX=${PREFIX:=/usr}
 PKG_WORK="$TMP/$SRC_NAME"
 CONF_OPTIONS=${CONF_OPTIONS:=""}
-# Paralell build is not working for me...
-# NUMJOBS=${NUMJOBS:="-j4"}
+NUMJOBS="-j1"
 
 # Set system libraries' path and optmization flags based on $ARCH
 LIBDIR="$PREFIX/lib"
@@ -97,7 +96,7 @@ CFLAGS="$SLKCFLAGS" \
   --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF
 
 # Compile
-make || exit $ERROR_MAKE
+make $NUMJOBS || exit $ERROR_MAKE
 
 # Install
 make install DESTDIR="$PKG" || exit $ERROR_INSTALL