kbuild: process mixture of clean/build targets one by one
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 11 Feb 2018 08:40:29 +0000 (17:40 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Mar 2018 17:01:20 +0000 (02:01 +0900)
commit22340a06534a10296209bc2d02365a2770ded8fc
tree283e1209267a71ab902b1128fa1eeb4f57c3bc23
parentf49821ee32b76b1a356fab17316eb62430182ecf
kbuild: process mixture of clean/build targets one by one

Support parallel building of clean, config, and build targets in a
single command.

For example,

  make -j<N> clean all

or

  make -j<N> mrproper defconfig all

They should be handled one by one.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile