"git@source.mnt.re:reform/reform-debian-packages.git" did not exist on "1fd1cc1a4b6b94c5b30af32c0fd516c2e1de5c7f"
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>
Loading
Please register or sign in to comment