kbuild: pkg: use -f $(srctree)/Makefile to recurse to top Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 14 Feb 2019 03:05:14 +0000 (12:05 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 20 Feb 2019 00:42:46 +0000 (09:42 +0900)
commit175209cce23d6b0669ed5366add2517e26cd75cd
tree5eb1151733634b8cbceab40da1f46ec0309ed7bc
parentad15006cc78459d059af56729c4d9bed7c7fd860
kbuild: pkg: use -f $(srctree)/Makefile to recurse to top Makefile

'$(MAKE) KBUILD_SRC=' changes the working directory back and forth
between objtree and srctree.

It is better to recurse to the top-level Makefile directly.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/package/Makefile
scripts/package/builddeb
scripts/package/buildtar
scripts/package/mkdebian