Re: [PATCH 4/6] sh: Use full path in KBUILD_IMAGE definition

2017-03-20 Thread Masahiro Yamada
2016-11-23 6:34 GMT+09:00 Michal Marek : > The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which > expect it to point to the image file in the build directory. The > builddeb script has a workaround for architectures which only provide > the basename, but let's provide a clean int

[PATCH 4/6] sh: Use full path in KBUILD_IMAGE definition

2016-11-22 Thread Michal Marek
The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which expect it to point to the image file in the build directory. The builddeb script has a workaround for architectures which only provide the basename, but let's provide a clean interface for packaging tools. Cc: Yoshinori Sato