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

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

The GNU Make should be searched after parsing options because we want
to allow "MAKEALL -h" even if GNU Make is missing on the system.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
MAKEALL