]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - scripts/kconfig/merge_config.sh
merge_config.sh: rename MAKE to RUNMAKE
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 13 Mar 2015 06:21:42 +0000 (15:21 +0900)
committerMichal Marek <mmarek@suse.cz>
Tue, 24 Mar 2015 15:48:44 +0000 (16:48 +0100)
commitbc8f8f5fc47cd02c2c5f3580dac2fe6695af1edd
tree4359f8f347e82f170a1bc7331e3bf40f0b0505c1
parent3a975b8cfcbe026b535f83bde9a3c009bae214f9
merge_config.sh: rename MAKE to RUNMAKE

The variable "MAKE" is used to store the command name that has
invoked the Makefile.  (Actually, it is already set to "make"
if you run this script from a Makefile.)

In this script, however, it is used to determine if Make should be
run or not.  It is not what we usually expect.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/merge_config.sh