[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] linux-user, configure: fix (again) syscall_nr.h dependencies
From: |
Richard Henderson |
Subject: |
Re: [PATCH] linux-user, configure: fix (again) syscall_nr.h dependencies cleanup |
Date: |
Wed, 25 Mar 2020 09:01:07 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
On 3/25/20 12:57 AM, Laurent Vivier wrote:
> This patch fixes two problems:
> - it cleanups linux-user variants (for instance ppc64-linux-user
> and ppc64le-linux-user)
> - it removes the .o file when it removes the .d file, otherwise the .o
> file is never updated
>
> Fixes: 5f29856b852d ("linux-user, configure: improve syscall_nr.h
> dependencies checking")
> Fixes: 4d6a835dea47 ("linux-user: introduce parameters to generate
> syscall_nr.h")
> Signed-off-by: Laurent Vivier <address@hidden>
> ---
> configure | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
I haven't been able to reproduce the same failure from master, but this looks
right.
r~