Em 15-06-2014 08:33, Baho Utot escreveu:
> -j works for all LFS packages
>
> MKFLAGS="-j $(getconf _NPROCESSORS_ONLN)"
>
> make ${MKFLAGS}
If MKFLAGS is set (I think, normally, in /etc/profile), race problem
appears, and one likes it to remain like that, just unset or define it
to be "-j 1", before trying to rebuild the the particular package:
unset MKFLAGS
or
export MKFLAGS="-j 1"
Is the unset part correct? (I used to use MKFLAGS years ago, so, do not
remember anymore.)
--
[]s,
Fernando
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page