Re: [PATCH v2] selftests: uevent: use shared makefile library

2023-12-29 Thread Muhammad Usama Anjum
On 12/22/23 1:49 AM, Antonio Terceiro wrote: > This makes the uevent selftests build not write to the source tree > unconditionally, as that breaks out of tree builds when the source tree > is read-only. It also avoids leaving a git repository in a dirty state > after a build. I can see what you ar

Re: [PATCH v2] selftests: uevent: use shared makefile library

2023-12-22 Thread Antonio Terceiro
On Thu, Dec 21, 2023 at 02:44:52PM -0700, Shuah Khan wrote: > On 12/21/23 13:49, Antonio Terceiro wrote: > > This makes the uevent selftests build not write to the source tree > > unconditionally, as that breaks out of tree builds when the source tree > > is read-only. It also avoids leaving a git

Re: [PATCH v2] selftests: uevent: use shared makefile library

2023-12-21 Thread Shuah Khan
On 12/21/23 13:49, Antonio Terceiro wrote: This makes the uevent selftests build not write to the source tree unconditionally, as that breaks out of tree builds when the source tree is read-only. It also avoids leaving a git repository in a dirty state after a build. Why can't you do that usin