Re: [U-Boot] [PATCH] new default shortcut to config & build a board

2009-10-01 Thread Luigi Mantellini
On Mon, Aug 24, 2009 at 11:28 PM, Mike Frysinger wrote: > > +%: %_config > +       $(MAKE) $...@_config <--- Delete this, because the %_config already > calls the target config block > +       $(MAKE) > + best regards, luigi -- Luigi 'Comio' Mantellini R&D - Software Industrie Dial Face S.

Re: [U-Boot] [PATCH] new default shortcut to config & build a board

2009-10-01 Thread Detlev Zundel
Hi Mike, > On Monday 24 August 2009 17:28:26 Mike Frysinger wrote: >> The majority of the time that I build things in U-Boot, I want to just >> build for the board. I don't make board config tweaks after selecting the >> board. So add a new pattern rule that allows people to combine two steps >>

Re: [U-Boot] [PATCH] new default shortcut to config & build a board

2009-09-30 Thread Mike Frysinger
On Monday 24 August 2009 17:28:26 Mike Frysinger wrote: > The majority of the time that I build things in U-Boot, I want to just > build for the board. I don't make board config tweaks after selecting the > board. So add a new pattern rule that allows people to combine two steps > in one go: >

[U-Boot] [PATCH] new default shortcut to config & build a board

2009-08-24 Thread Mike Frysinger
The majority of the time that I build things in U-Boot, I want to just build for the board. I don't make board config tweaks after selecting the board. So add a new pattern rule that allows people to combine two steps in one go: `make foo_config && make` => `make foo` This shouldn't conf