On 08/29/2012 12:58 AM, Bruce Dubbs wrote: > Armin K. wrote: >> On 08/29/2012 12:10 AM, Armin K. wrote: >>> Just change >>> >>> build/%o: %c >>> >>> to >>> >>> build/%o: %c common >>> >>> Just to be 100% sure that build directory exists before starting the >>> build. >>> >> >> Also, consider attached patch to avoid error like this one with patched >> make >> >> LINK build/udevadm >> gcc: error: build/udev-local.a: No such file or directory >> gcc: error: build/udev-local.a: No such file or directory >> >> build/udev-local.a was built in parallel with build/udevadm and gcc >> didn't find it. Dependencies fixed. > > Does this error happen with -j1? I'm reluctant to make this change > right now. > > -- Bruce > > >
I used -j4 there. I guess it can't hurt that much to change it. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page