
1 Oct
2009
1 Oct
'09
8:49 a.m.
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.
ping -mike