On 06/15/2014 07:08 AM, Fernando de Oliveira wrote:
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.)
The make manual I just perused talked about MKFLAGS. It's older, but
apparently still works. However, MAKEFLAGS is preferred.
Dan
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page