
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 in one go: `make foo_config && make` => `make foo`
This shouldn't conflict with any existing make rules as the pattern rule is used only the rule doesn't already exist.
Hm, I just tried this patch and I see a strange behaviour:
[dzu@pollux u-boot-testing (mao-rd-hor)]$ make -s sequoia Configuring for sequoia board... Configuring for sequoia board...
It is not obvious for me why I get this message twice - all I verified is that both messages are definitely from stdout only.
Apart from that, I don't see a reason why this should not go in. Currently I use "./MAKEALL <board>" for the same purpose btw.
Cheers Detlev