summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-03-30 21:04:13 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-04-01 10:06:00 +0900
commit6b1a9a02c72fdb6e1d67949bb01b66e07d88ace9 (patch)
tree642a738532be01b8568acbe50b37d587fe8031d2 /block
parent0209987fc81c8118e9fc99a115a45b273e8acc75 (diff)
downloadlinux-6b1a9a02c72fdb6e1d67949bb01b66e07d88ace9.tar.gz
linux-6b1a9a02c72fdb6e1d67949bb01b66e07d88ace9.tar.bz2
linux-6b1a9a02c72fdb6e1d67949bb01b66e07d88ace9.zip
kbuild: pass $(MAKECMDGOALS) to sub-make as is
Manipulating $(MAKECMDGOALS) for sub-make seems odd to me. [1] 'make O=foo sub-make' is turned into 'make O=foo', which builds the default targets. It would make sense to terminate the build with: *** No rule to make target 'sub-make'. Stop. [2] 'make O=foo defconfig _all' is turned into 'make O=foo defconfig', which changes the behavior. Let's pass $(MAKECMDGOALS) as is. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions