[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH 09/15] build: hide commands run for kconfig
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- Date: Wed, 24 May 2023 08:23:48 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.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=p+ZtTVyHFUj2UKsTLlBul5a5nsSxQFVSTk7EzWTOPLQ=; b=EXgM7Rc0hz5JcNQ19TBozxbR5PT5MOQXatDCYvtb0mqm9L7ydswt9cbZOGKTFbsvUbTrXCrHOjSHbzXGw7l2mdtp5lK8m3kBpBUJS4XXJ9HW5pAQAMVQz+pIKKnc6tWGb627s7b9OfRkmPhSnLwdKtygkFGPBKses2LabZkJr6Tel7/UsoQIG1Pty2GbKAQCFuhtlYcL/zCWCUvpQ1EIE6eZM8/AhnI0a7d4qTNeiERPPLyrdmnwDWEPtKT3+V3IeixiHEfnIvYkhIBO5ODAQ84MTNLoAPWCpKGliWAXQnr3RHHvBcSTlUF6YMNfVixXCW9vn5E04oxHJGRElMYxwA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ksPyQdE5CnFW9Ki7iRX8811htZMepFkVvfRUTtHUzzOKDA/kY5XHKVMqL5jNBtodSy9XkDEuELPnBS+nDFDarQAz+2dQjoobk0AItJtX+lc2iTSrOUbNfBIl1MUqy/KbqaG37Rpkbe2tsi0yhFa8b+w0S4XXryKFEBnh4apQLycQlQb/7RQRTaNGXRBL20f/XL1ifwOKIm7naJGiCcvGSA8ijlcU8Tl+eeGSQcNi0Hm0e8F2dzEREg+k2S1Rxfmg8U5GUST+lL6rRv8HbpcEQTFuq9ueYFlYeKID9xtm79oR7akRQ2FKtiWjXvhreH8ensaK+17VlVSZusWG+hBZ4g==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>
- Delivery-date: Wed, 24 May 2023 08:24:38 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZjZUZfllK9TyAd06fAPp67+uiZK9pFuiA
- Thread-topic: [XEN PATCH 09/15] build: hide commands run for kconfig
> On 23 May 2023, at 17:38, Anthony PERARD <anthony.perard@xxxxxxxxxx> wrote:
>
> but still show a log entry for syncconfig. We have to use kecho
> instead of $(cmd,) to avoid issue with prompt from kconfig.
>
> linux commits for reference:
> 23cd88c91343 ("kbuild: hide commands to run Kconfig, and show short log
> for syncconfig")
> d952cfaf0cff ("kbuild: do not suppress Kconfig prompts for silent build")
>
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Reviewed-by: Luca Fancellu <luca.fancellu@xxxxxxx>
Tested-by: Luca Fancellu <luca.fancellu@xxxxxxx>
|