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

Re: [XEN PATCH v8 33/47] build: adding out-of-tree support to the xen build


  • To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Mon, 10 Jan 2022 12:26:18 +0100
  • 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=kYCmrdfK+1iZylEjGJpnNWWT/J2aHUSqAgAp72HNKNw=; b=B7Y1VdDE3/vSzdsTUO2nA09fDxj4x+Q7RWY8Vz1lI4RJXidHt4fg5wxwvRlsXreFmxWoCJkxKOdLsg1EoanpD98UX0Y09ynWQSXXWVkdlTjwU/RZxQywEoOSd24363kTpUzske8yhR2iS6NhGvq3S4x0D5FweKJjP9LMp+cu1IY54RWqqql3KhbwZ0nelAwJ1MabvinyUnr5W3xY/5ZLB0R+T4mP4eqnVR+9ANC+tQof7gVGNT10vld5A3ptIyVfiCM8Pqa1vQV1XhYJnb6x/qqxhBg9iFQwJeAVGpcqr5GpGvdR9P7P2usxP3BrcAgapbi3mY9u0VzCXWFw0Eb1UQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lQH1kaZxxyaQSst5B0swGMCWEf/c+ws/BULBaK15dfqTS8KRVfbpaPdYMwy9iGvHNmCZM+UAJE+yPc3XxzwzlSwVIYTGf6UiFp7hwgxICs6Ec8gEKBqvEO5DSOW3oypPXe+S2+0f4p7me/2Ag+H27QrPZkSLGFdyZRZK3Cp4Tfekv7CyDdFRM/XQMGVbL1GPBmfN0taCH+bRF0P8X+QuLVlD1kI8hV1yNZw5TY+JdR+x1m50Y1G0lHGuvEWDRK17J4+Nu+xf8h4WujkhDXwOaXGKXB7lrIbl92sTy37YoL/Le++QD4Cr1CnwqoI4rK/igGvv1HqLirJRmeeJcuVopg==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>, Ross Lagerwall <ross.lagerwall@xxxxxxxxxx>, Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>, "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • Delivery-date: Mon, 10 Jan 2022 11:26:38 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 25.11.2021 14:39, Anthony PERARD wrote:
> This implement out-of-tree support, there's two ways to create an
> out-of-tree build tree (after that, `make` in that new directory
> works):
>     make O=build
>     mkdir build; cd build; make -f ../Makefile
> also works with an absolute path for both.
> 
> This implementation only works if the source tree is clean, as we use
> VPATH.
> 
> This patch copies most new code with handling out-of-tree build from
> Linux v5.12.
> 
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>

Acked-by: Jan Beulich <jbeulich@xxxxxxxx>




 


Rackspace

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