From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 23 Jan 2008 23:33:08 +0100 Subject: [U-Boot-Users] RFC: Concise Build Output In-Reply-To: References: Message-ID: <20080123223308.GA21868@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.