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

Re: [XEN PATCH 06/15] build: quiet for .allconfig.tmp target


  • To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Wed, 24 May 2023 09:30:27 +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=sx3iF0BllwDVSP4n8qbeh0/VHvSGvqX8Cp2GTZi1pWs=; b=G4Mp2IbO0U7dSaVSXbf2zqlnuXnTP/OW3gl/QW2KK8tYrS4dHPkZ6dLvg40egc9jkT8kB40t2VSBUtO6xU58yosySmEts9J6tjRgaKiizrLsoTNIAN+HUz+CqlVWZk5Xxa1Jj81vnq4PH+PYg7cv//bSjOAkW4+Ztte1VaJoAVUq3QrzCbzqLdqif1JEWuz1eTfwJlEPUVTBloNEE1z9VcKxPVShIdyQ9oSH0T9k0v+Oj+oScwNrDU7+gtxPu2AMO28Oz8vGg/0Pa65ary3/J+hTt/iC1ZQ5Q075S6BvVGhlMMegInF5VaB/4eMU2n0nm3CaLtb45DUmxyU0Ytx9Gw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=EsXkhW7lKze1Tpy5p9vuqcvXiabUC/zcC8EmtcSOukVpwOQ5NWpdtPsCp+izWHmx6FiEy1WE8SM5zls8O0JQ5pElOkN511wvK6BifCOsV4Su9t7crORC5bwgPC1mkGuYQSXOotEWesAE01/4C4lW0jqKOfqmUnaUXPq9+3rxxCiO1EocQjaVkh41Q1jBlJvJ+Br/9mb71C/pNShjgmtUPBxBPODSw8sFk6zH10yQQqJU5e01zQEBLpTSUAXGLfIYzxHkrSHey3Atztub0IGhHMNpi4dVHwGy/lYj94J/vM+EH4kj72Yp7UYBVUosrZXVG99JU2BvEAMeRpz25J0sKQ==
  • 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: Wed, 24 May 2023 07:30:52 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 23.05.2023 18:38, Anthony PERARD wrote:
> --- a/xen/Makefile
> +++ b/xen/Makefile
> @@ -339,7 +339,7 @@ filechk_kconfig_allconfig = \
>      :
>  
>  .allconfig.tmp: FORCE
> -     set -e; { $(call filechk_kconfig_allconfig); } > $@
> +     $(Q)set -e; { $(call filechk_kconfig_allconfig); } > $@

So this then leaves no trace of the generation of this file. This might
be okay, if only the file wasn't needlessly generated for e.g. "make
syncconfig". So I'd be okay with this complete silencing only if prior
to that (or in the same patch) the dependencies were limited to just
the *config goals which actually need the file (and the setting of
KCONFIG_ALLCONFIG).

Jan



 


Rackspace

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