]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: make sure to invoke GNU Make
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 22 Jul 2014 02:19:09 +0000 (11:19 +0900)
committerTom Rini <trini@ti.com>
Tue, 29 Jul 2014 15:48:40 +0000 (11:48 -0400)
commit99796923831445f29b029a0b6c15e8130bea393a
treea1d7def7461fa969688c8aedd0f8a8b163f88117
parente18fd9405cfa60765fdbb85af1b58a02e245ccb8
buildman: make sure to invoke GNU Make

Since the command name 'make' may not be GNU Make on some platforms
such as FreeBSD, buildman should call scripts/show-gnu-make to get
the command name for GNU MAKE (and error out if it is not found).

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Jeroen Hofstee <jeroen@myspectrum.nl>
tools/buildman/builder.py
tools/buildman/control.py