[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] x86: conditionalize workaround for build issue with GNU ld 2.37
- To: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 13 Sep 2021 16:53:40 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=+CL2492WpoF54KuVMrvjinzjgufY4hDJluNqOO7t6fc=; b=Xb6ZRqRJMYcys3TxEKFYk77qGQcED5wre9AkGalm0O8a4ukGf3vAP/JDSLwdhQS5HCtrym9PeTS+efvYYANDiRvJOhdc2K7Aw0+t3LUrh0nIS80HYKk2ws8IPoaHqzty45UJbOlWQC8+4OzeNJWP6czg1RH/0Pd0qR4Ndczz6k+EAmNsz6YICPg+b60hTr8Aj5Kivw2ML+ZbUjkioqAP583JwytURPcRZ5QLZRx6QplBSbO5lz+byUvki8rdm3srr96nLFnAsjgOB6mLWm877gGW1R8gejTwgYD1DxCHd+nTRVPWr2UOqn8QXdz1tBbeiCUtRl4SRWau3A0ztONvOQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jme+vsoZ0xXfVZHNJ0wvIG735bSu2yXWQOjWrLO+irL2OQuX2gIGtlX8J/H7m7/vLC1XZDTKZevj4iK5MafwzUWhjqWziRwH4uK2SA0GF2LDlixuEkvYWh7zYQp87t7em6/cPDxbi3LDsFzBQE9QoUO+IyiHG56+VXx2BZQMkNK0JRgZ92qZhA9lskkQywHl/wECcnK4+3MBaJvVrFR7zYNgRC2T3p11QoR8w8MkCXDxt/QyAvUZdeer6rQXnuPSSAxv0IzbusqstoVMn5bjFv5PjjiTHnbm6RGK+xnVuSKxnAer4fwsuoERr6rQh6vDtvaMuQQMHKiJsDOo1TQ18w==
- Authentication-results: xen.org; dkim=none (message not signed) header.d=none;xen.org; dmarc=none action=none header.from=suse.com;
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Mon, 13 Sep 2021 14:53:55 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 13.09.2021 16:20, Roger Pau Monné wrote:
> On Thu, Sep 09, 2021 at 04:35:49PM +0200, Jan Beulich wrote:
>> .PHONY: clean
>> clean::
>> - rm -f *.lds *.new boot/*.o boot/*~ boot/core boot/mkelf32
>> + rm -f ???.lds *.new .check.* boot/*.o boot/*~ boot/core boot/mkelf32
>
> Forgot to mention in my previous reply, but what's the point of using
> ??? instead of just typing xen.lds?
>
> AFAICT there are no other .lds artifacts, so doing a 3-letter .lds
> wildcard seems weird.
efi.lds is the 2nd one to match.
Jan
|