]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit51f8f8dc3e49ab4962f6c3a53f6dc8f36947ad0a
tree5eb1151733634b8cbceab40da1f46ec0309ed7bc
parentbeebc2d4d826ade3bff203d6e2d566038f310d92
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