
On 16:11 Wed 23 Jan , Jon Loeliger wrote:
Folks,
In the spirit of the Linux and Git build systems, I have a modified U-Boot build system that supports a much more concise output! One of the primary motivations for this style of output is that it will very readily highlight build issues and problems as your build progresses. The original, complete build output is obtainable by simply supplying "V=1" on the make invocation in exactly the same way as both Linux and Git do today.
I've not converted all 300 boards to this new scheme yet, but would like your feedback on the approach. I know there are a few rough edges; those are easily smoothed out. I'd like to hear your comments on the overall approach before I spend too much more time on it!
The ambitious amongst you can clone or inspect the repository with these modifications from here:
git://jdl.com/software/u-boot.cfg
Here is a sample build output for the MPC8641HPCN_config.
Enjoy, jdl
% make SUBDIR tools SYMLN environment.c SYMLN crc32.c
I'm actually working on a same function with the kconfig integration, I will sumbit it soon.
Best Regards, J.