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

Re: [XEN PATCH v9 27/30] build: rework "headers*.chk" prerequisite in include/


  • To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Thu, 3 Mar 2022 11:44:17 +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=D/cSr//zUySgh3p61hyWfGiVpohofSuaIl4HgD6Dgz0=; b=f2odHtm7mQJUlUmeI3O/VjyghwpWLhCGC+K5Md+2Scy2pXOynNfp+W7r9x6D2gTA8b5qxPSA9HScW3XRfp4aNyubWenrD6wm6vXubylAP5rvjJCS9zw6BeSRuBBA1Dpa6vpDHHQPJ8vhur0jY9E6l17KXcftX2SZ1MQp+l5ufuLuyzbVj6b57YuuRaItyHAecz5qJpD6mDH7jv8U3qppzYlzVLNSOrdT3k2PvNO4bNwanlfY3Zm9fcIpprT+E1CJXs4gzih4dLwfwlDlJjw9QTo+5Jm1zXOK+zspctcSVgMBGaDRgL/dYm3JClLuPjJo0LgzIDsLpwzy/dslK1ihSg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=D3Umos+PP4yUudXzjiojxkaFsWDc/+UbR6HNpBReN40wYP2AdvGdEV5Eua/huz3ffAxGczAolNi7jQBURcAns7+XketKYgDi77uHdmvJPtUzzNlPPS3fTqOyxHP+53OYCBR+PrhIKCZCMgtXyYXkjfN6Bq3TwMm2TtCKh+x9iE7CU9QPPrPT4WTbTIs5Fzc19nIyVnW5ltTvnwt88wnjFEwiC0fx+5mFNUxyi3PjNUCrwD+8s4QeFsf70Y7owF7AloMhFCc8jRgNWnsWkzXcSQU6FV+gGfv7ChHSreCDPBYWTu7+SzHr2pxkxVEoa4ZBvKm4uqJnlWB0ahmMhnvD/w==
  • 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>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • Delivery-date: Thu, 03 Mar 2022 10:44:27 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 25.01.2022 12:01, Anthony PERARD wrote:
> Listing public headers when out-of-tree build are involved becomes
> more annoying where every path to every headers needs to start with
> "$(srctree)/$(src)", or $(wildcard ) will not work. This means more
> repetition. ( "$(srcdir)" is a shortcut for "$(srctree)/$(src)" )
> 
> This patch attempt to reduce the amount of duplication and make better
> use of make's meta programming capability. The filters are now listed
> in a variable and don't have to repeat the path to the headers files
> as this is added later as needed.
> 
> 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®.