From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:4350 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728142AbgBQRGh (ORCPT ); Mon, 17 Feb 2020 12:06:37 -0500 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 01HH4BWC000845 for ; Mon, 17 Feb 2020 12:06:36 -0500 Received: from e06smtp01.uk.ibm.com (e06smtp01.uk.ibm.com [195.75.94.97]) by mx0b-001b2d01.pphosted.com with ESMTP id 2y6dnsu8yu-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 17 Feb 2020 12:06:36 -0500 Received: from localhost by e06smtp01.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 17 Feb 2020 17:06:34 -0000 Date: Mon, 17 Feb 2020 18:06:27 +0100 From: Vasily Gorbik Subject: Re: [PATCH] s390: make 'install' not depend on vmlinux References: <20200216144829.27023-1-masahiroy@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200216144829.27023-1-masahiroy@kernel.org> Message-Id: Sender: linux-s390-owner@vger.kernel.org List-ID: To: Masahiro Yamada Cc: Heiko Carstens , Christian Borntraeger , linux-s390@vger.kernel.org, Arnd Bergmann , Gerald Schaefer , Martin Schwidefsky , Philipp Rudo , linux-kernel@vger.kernel.org On Sun, Feb 16, 2020 at 11:48:29PM +0900, Masahiro Yamada wrote: > For the same reason as commit 19514fc665ff ("arm, kbuild: make "make > install" not depend on vmlinux"), the install targets should never > trigger the rebuild of the kernel. > > The variable, CONFIGURE, is not set by anyone. Remove it as well. > > Signed-off-by: Masahiro Yamada > --- Applied, thanks