[U-Boot] [U-Boot, v2, 1/3] scripts: add scripts/show-gnu-make to get GNU Make command name

Tom Rini trini at ti.com
Tue Jul 29 17:57:24 CEST 2014


On Tue, Jul 22, 2014 at 11:19:07AM +0900, Masahiro Yamada wrote:

> U-Boot is expected to be built on various platforms.
> 
> We should keep in mind that the command 'make' is not always GNU Make,
> while all the makefiles are written for GNU Make.
> 
> For example, on Linux, people generally do:
> 
>   make <board>_config; make
> 
> But FreeBSD folks do
> 
>   gmake <board>_config; gmake
> 
> (The command 'make' on FreeBSD is BSD Make, not GNU Make)
> 
> It is not a good idea to hard-code the command name 'make'
> in MAKEALL or buildman.
> 
> They should call this helper script and get the command name
> for GNU Make.
> 
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140729/27e0036e/attachment.pgp>


More information about the U-Boot mailing list