u-boot-2016/scripts
Masahiro Yamada b68a406263 scripts: add scripts/show-gnu-make to get GNU Make command name
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@jp.panasonic.com>
2014-07-29 11:48:36 -04:00
..
basic cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1) 2014-06-20 11:56:26 -04:00
.gitignore
binutils-version.sh
checkpatch.pl scripts: update checkpatch.pl to latest upstream version 2014-03-04 12:15:30 -05:00
checkstack.pl
cleanpatch
docproc.c cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1) 2014-06-20 11:56:26 -04:00
dtc-version.sh
gcc-stack-usage.sh Makefile: add a new script to check -fstack-usage support 2014-02-25 07:51:08 -05:00
gcc-version.sh
Kbuild.include kbuild: sync with Linux Kernel v3.15-rc1 2014-04-18 11:43:36 -04:00
kernel-doc kbuild: consolidate version and timestamp headers generation 2014-02-25 11:01:28 -05:00
ld-version.sh kbuild: sync with Linux Kernel v3.15-rc1 2014-04-18 11:43:36 -04:00
mailmapper scripts: add mailmapper, a tool to create/update mailmap file 2014-07-22 07:44:27 -04:00
Makefile kbuild: sync with Linux Kernel v3.15-rc1 2014-04-18 11:43:36 -04:00
Makefile.build cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1) 2014-06-20 11:56:26 -04:00
Makefile.clean kbuild: fix bugs in cleaning targets 2014-03-28 15:06:32 -04:00
Makefile.host cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1) 2014-06-20 11:56:26 -04:00
Makefile.lib Merge branch 'master' of git://git.denx.de/u-boot-dm 2014-06-20 20:03:51 -04:00
Makefile.spl kbuild: move spl/Makefile to scripts/Makefile.spl 2014-06-11 16:27:05 -04:00
mkmakefile
objdiff kbuild: sync with Linux Kernel v3.15-rc1 2014-04-18 11:43:36 -04:00
setlocalversion
show-gnu-make scripts: add scripts/show-gnu-make to get GNU Make command name 2014-07-29 11:48:36 -04:00