Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=566cea02ee0a792fa5e20a5474fc8b7647c8b3ba
commit 566cea02ee0a792fa5e20a5474fc8b7647c8b3ba Author: Miklos Vajna <[email protected]> Date: Wed Aug 25 12:47:56 2010 +0200 openoffice.org-3.2.1-5-i686 - typo: always unset MAKEFLAGS diff --git a/source/xapps/openoffice.org/FrugalBuild b/source/xapps/openoffice.org/FrugalBuild index b8c3bcc..cc29180 100644 --- a/source/xapps/openoffice.org/FrugalBuild +++ b/source/xapps/openoffice.org/FrugalBuild @@ -182,9 +182,9 @@ build() fi # SMP build - if Fuse $USE_DEVEL && [ ! -z "$MAKEFLAGS" ]; then + if [ ! -z "$MAKEFLAGS" ]; then # Comment this out if you think the build failed because of being SMP. - Fconfopts="$Fconfopts --with-max-jobs=${MAKEFLAGS/-j}" + Fuse $USE_DEVEL && Fconfopts="$Fconfopts --with-max-jobs=${MAKEFLAGS/-j}" unset MAKEFLAGS fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
