Re: bug in KBUILD_OUTPUT handling - for relative paths in kselftest

2019-09-26 Thread shuah
On 9/25/19 10:11 PM, tim.b...@sony.com wrote: I found a bug in kselftest KBUILD_OUTPUT handling. The following works: $ cd /home/tbird/work/linux $ export KBUILD_OUTPUT=/home/tbird/work/kbuild $ yes '' | make localmodconfig $ make TARGETS=size kselftest But this doesn't work: $ cd

bug in KBUILD_OUTPUT handling - for relative paths in kselftest

2019-09-25 Thread Tim.Bird
I found a bug in kselftest KBUILD_OUTPUT handling. The following works: $ cd /home/tbird/work/linux $ export KBUILD_OUTPUT=/home/tbird/work/kbuild $ yes '' | make localmodconfig $ make TARGETS=size kselftest But this doesn't work: $ cd /home/tbird/work/linux $ export KBUILD_OUTPUT=../kbuild $