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.
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
>>
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:
>
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
4 matches
Mail list logo