On Wed, 7 Jul 2010 12:15:54 +0000 [email protected] wrote: > I think you're misreading the documentation. There are two ways to > "parallel compile": > > 1) Make -j2 will try to compile several .c files from one package at > a time, if it can find 2 files with no dependencies. > > 2) Users could in theory try to compile two packages in parallel. Eg: > "make glibc & make gcc" > > The documentation encourages you to do the first, but not the second.
I think I misunderstood the book in section "6.1. Introduction", "compile packages in parallel" should means "compile several packages at the same time" and is different from "parallel make" in section "4.5. About SBUs". Thanks. -- littlebat -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
