On 7/26/2024 12:44 AM, Jan Beulich wrote:
+ fatal "Could not find ${1} linker script. Must be run after arm/x86 build."... why you have "arm/x86" there when the message already includes ${1}. That'll simply go stale (and unnoticed) when PPC and/or RISC-V make further progress. Actually in usage() I'm similarly uncertain you want to mention the two architectures explicitly. Just say <arch> there? Happy to make adjustments while committing, so long as you agree. Jan
OK, I see your point and I agree with both changes. Victor
