Re: [PATCH 12/14] KVM: selftests: Use wildcards to find library source files

From: Paolo Bonzini
Date: Sat Dec 24 2022 - 04:24:55 EST


On 12/13/22 01:16, Sean Christopherson wrote:
Use $(wildcard ...) to find the library source files instead of manually
defining the inputs, which is a maintenance burden and error prone.

No, please don't. This leads to weird errors, for example when "git checkout" is interrupted with ^C. I have applied patches 1-11.

Paolo