Author: justin Date: 2005-12-09 21:23:28 -0700 (Fri, 09 Dec 2005) New Revision: 1267
Modified: branches/6.1.1-newmake/Makefile branches/6.1.1-newmake/packages/firefox/.mozconfig branches/6.1.1-newmake/packages/thunderbird/.mozconfig Log: [6.1.1-newmake] Removed PM variable (can be specified in Makefile.personal if wanted) and fixed -j3 from firefox and thunderbird .mozconfig. Modified: branches/6.1.1-newmake/Makefile =================================================================== --- branches/6.1.1-newmake/Makefile 2005-12-09 18:21:38 UTC (rev 1266) +++ branches/6.1.1-newmake/Makefile 2005-12-10 04:23:28 UTC (rev 1267) @@ -34,7 +34,6 @@ export timezone ?= GMT export pagesize ?= letter export ROOT ?= /lfs-livecd -export PM ?= -j3 export HTTP ?= http://ftp.lfs-matrix.net/pub/lfs/conglomeration export HTTPBLFS ?= http://ftp.lfs-matrix.net/pub/blfs/conglomeration Modified: branches/6.1.1-newmake/packages/firefox/.mozconfig =================================================================== --- branches/6.1.1-newmake/packages/firefox/.mozconfig 2005-12-09 18:21:38 UTC (rev 1266) +++ branches/6.1.1-newmake/packages/firefox/.mozconfig 2005-12-10 04:23:28 UTC (rev 1267) @@ -1,5 +1,4 @@ mk_add_options [EMAIL PROTECTED]@/obj-i486-pc-linux-gnu -mk_add_options MOZ_MAKE_FLAGS=-j3 mk_add_options MOZ_CO_PROJECT=browser . @TOPSRCDIR@/browser/config/mozconfig Modified: branches/6.1.1-newmake/packages/thunderbird/.mozconfig =================================================================== --- branches/6.1.1-newmake/packages/thunderbird/.mozconfig 2005-12-09 18:21:38 UTC (rev 1266) +++ branches/6.1.1-newmake/packages/thunderbird/.mozconfig 2005-12-10 04:23:28 UTC (rev 1267) @@ -1,5 +1,4 @@ mk_add_options [EMAIL PROTECTED]@/obj-i486-pc-linux-gnu -mk_add_options MOZ_MAKE_FLAGS=-j3 mk_add_options MOZ_CO_PROJECT=mail . @TOPSRCDIR@/mail/config/mozconfig -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
