[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XEN PATCH 1/3] build: define ARCH and SRCARCH later


  • To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Thu, 22 Jun 2023 10:17:03 +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=924bBjvstlUDj5nQJHHIkHTBe5gt4rXp8wJGJbMjjkA=; b=k9drUCoZhZxJsxqyHEr5Lf/u2jvhKBQRjM9wRYUfT2njdBUBkJTTAonWtk0Ru/h5mvnyIDSbkKdoOCH+NkdnErwiN9vMITLo2UX08yZpy1n93cGg4BffmknSBBC4mgh92TyfjagrpA0gbDO+ZARltsNJ+c/ZJxwlAlFLh6TS+vkaODwLhikMU5GFEq4Y9VXgg3rfsiSyCjTvx2fLA/25zjJM3zlG1I7MLrl66pqc77cThytR7ITNsM3RXHe+Eg6kznTu9vam6DXt4/Cy4SNkc0u59DxTHdMGLWpjx0JBV/xpGOUUXXSNGeOfs+2ey5YRxBrgC7oEfO9w1CBsW1Rpig==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YUjfVVRLMsTw3gA4qH3SbdYVlw6V3jtkj+A7rzsSTAQU7Gjsy+RPZxLiBCWmHfnHumcC6eP4auIeuwW88LSREqTiNkyPDe9cf1D2KeA7DniSa5urnN6ca/woZjuaAGPwiucAzpgQG9xVsUkVEsHvhBr8dKDm5V44BA3iCJUUgXhTiFWlwZxbTaSmbxKx0WTxFvdrmWoKIb/Em78+0BzQuYcamTB5zrfMnZpQ7qiwX47UgTnv4+wuX781exNAOAp1D8V8WZ07x4FhNQbKg4P3xTdF1mFIm435HlChG26WlX1d6NB6eJDggicD7sxoRUP4kHIu8XldVqH3mdAwCkYxUw==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: Jason Andryuk <jandryuk@xxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • Delivery-date: Thu, 22 Jun 2023 08:17:15 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 21.06.2023 18:19, Anthony PERARD wrote:
> @@ -241,6 +235,13 @@ include scripts/Kbuild.include
>  include $(XEN_ROOT)/Config.mk
>  
>  # Set ARCH/SUBARCH appropriately.
> +
> +ARCH := $(XEN_TARGET_ARCH)
> +SRCARCH := $(shell echo $(ARCH) | \
> +          sed -e 's/x86.*/x86/' -e s'/arm\(32\|64\)/arm/g' \
> +              -e s'/riscv.*/riscv/g')

Could you take the opportunity and get quoting consistent in this
construct, while you move it?

Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.