
25 Jul
2014
25 Jul
'14
5:31 p.m.
On 22 July 2014 03:19, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
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
Changes in v2:
- Check GNU Make only once at startup. It seems more reasonable because MAKEALL generally invokes make over and over again.
Acked-by: Simon Glass sjg@chromium.org