[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] build: improve macro references
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 8 May 2023 14:57:20 +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:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=oZd97VnJuH85htric0UZmxZ08snwYPDQyqs2n1VbUkU=; b=PYs2CFXbojMmjlHo3W2lQACey/mjp27KcUpbufkv90Lu3brNnWbL8gJ9aiJd14tDsLYnqnbUmqMEQv6ZzQTHBpTQvAPsbWkKylvIN4r+H3c+8c4tULsaxlBkfJz2YXr3kauCX9aOw0ti40qh7Pd0wsLROM4jvtEJz5Su7jJfmlYMuJdCdqVkfJN0/WPa2W/IRZBKPNDBYU3JmZBi6ubniUS4oY0YmdpkMBP58abz3M1hz+KPwZVXaXq34m/HfyLIeg8MMa2LDxDT81wcDOp3kpb1wzTzr5I/zh89pcg2kMpjgdxzSmtTYACo4psoB557bCZUkiazCBIcnYCW3osibQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PoHMv6woAZ5h7Z6SDA9NvQP/DYc1BEofPVeZgcdZHlvQTCRCYTQS+j4H8TXufbkJdZl8Oebmfjh4w5jTV+AMO+uR3lWl8qD49P1j8GPOfl1hXgGO1E44q/S+9vCmlriDaNXXkhYMwBR9LxlQObqng2++toPoi72+p6h7B0nihdw2ZpQ7EqF9NAxUpWy1adVc5iN4w4f8jL97xBoG+BnE1bLhc0dkX3PMUzGURoCT3HdwAOy4EkhO3ohxtGJKW8vTMTCB5bGTjpEYsftrxu3AuPsngrNn0dlyAMeeUrGGQgD/n4vlwlwMpySqJuDShGDQsWhPuJ/1Hp/gQTMe+h7IBg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Bobby Eshleman <bobbyeshleman@xxxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>
- Delivery-date: Mon, 08 May 2023 12:57:45 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Re-posting patch 1 merely because of the still missing RISC-V ack,
while the new patch 2 contextually depends on it.
1: shorten macro references
2: use $(dot-target)
Jan
|