
6 Jan
2012
6 Jan
'12
12:10 a.m.
On Wednesday 21 December 2011 06:21:21 Bharath H S wrote:
I had a question regarding uboot build system. One starts a build for platform1 and without cleaning tree builds for platform2, what is the expected result? make <platform1>_config make <platform2>_config
Is the final product build of platform2 or goes to inconsistent state or implementation dependent?
`make foo_config && make foo` should always output the same result regardless of the initial state. if it isn't, post a patch to fix it. -mike