[oe] [Bug 1110] env variable MAKEFLAGS should not be propagated into bitbake subprocesses

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Wed Sep 6 19:20:50 UTC 2006


http://bugs.openembedded.org/show_bug.cgi?id=1110





------- Comment #3 from yamaken at bp.iij4u.or.jp  2006-09-06 12:20 -------
Thank you for response, and sorry for my unclear report.

There are two distinct problems:

1. Some package(s) need to be disabled unsafe parallel compilation
2. The env variable MAKEFLAGS of user shell should not be propagated into
'make' inferior processes of bitbake

For the problem 1., I will try to find the problematic package(s) if they are
not fixed yet. I know what is processed by bitbake about parallel compilation.

And 2. is the problem what I tried to report. What I want is stopping global
propagation of the environment variable MAKEFLAGS into inferior 'make'
processes of bitbake, explicitly. i.e. Erase MAKEFLAGS inherited from the user
shell, by bitbake.

In my case, the propagation caused parallel make by my MAKEFLAGS=-j6 variable
even if PARALLEL_MAKE is disabled by local.conf. What I want is that the
parallel make can be disabled by PARALLEL_MAKE of local.conf even if user env
variable MAKEFLAGS instructs parallel make.

Please reply again if something is unclear yet.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-devel mailing list