Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2818c800ed97aa7c2b22e33a2e59aa20855e2caa
commit 2818c800ed97aa7c2b22e33a2e59aa20855e2caa Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sun Dec 9 02:27:35 2007 +0100 openoffice.org-2.3.1-1-i686 small cleanup about smp build diff --git a/source/xapps/openoffice.org/FrugalBuild b/source/xapps/openoffice.org/FrugalBuild index b0381b7..b57360d 100644 --- a/source/xapps/openoffice.org/FrugalBuild +++ b/source/xapps/openoffice.org/FrugalBuild @@ -96,7 +96,6 @@ done # http://wiki.frugalware.org/OOo_building build() { - unset MAKEFLAGS Fmonoexport if [ -n "$branch" ]; then Fcd ooo-build-$(echo $branch|sed 's/^-//;s/-/./g') @@ -113,7 +112,8 @@ build() { # SMP build if [ ! -z "$MAKEFLAGS" ]; then - Fconfopts="$Fconfopts --with-num-cpus=${MAKEFLAGS/-j}" + # Uncomment this if you really want an smp build. It may or may not work. + #Fconfopts="$Fconfopts --with-num-cpus=${MAKEFLAGS/-j}" unset MAKEFLAGS fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
