]> Git Repo - J-u-boot.git/commit - MAKEALL
MAKEALL: make sure to invoke GNU Make
authorMasahiro Yamada <[email protected]>
Tue, 22 Jul 2014 02:19:08 +0000 (11:19 +0900)
committerTom Rini <[email protected]>
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
MAKEALL
This page took 0.033485 seconds and 4 git commands to generate.