commit | a12e941a1e351374441198fe7230bcb96e53d7c2 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Oct 01 12:11:54 2009 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Sun Oct 18 22:56:06 2009 +0200 |
tree | 35fb623b24f2c1031b624c83ef6566aa2045fba5 | |
parent | 71ecabff8d79672432bb0fc9129080c61a18a4c6 [diff] |
new default shortcut to config & build a board 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. Signed-off-by: Mike Frysinger <vapier@gentoo.org>