Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp655313ybh; Tue, 10 Mar 2020 05:59:49 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsM+Jx4C3oF/G6OmEYvTD+znP9+BCMEdai2R6/Mak3yrxPKS8FnbOZA9TiUP+1eQ4JcLP1d X-Received: by 2002:aca:44b:: with SMTP id 72mr993478oie.67.1583845189680; Tue, 10 Mar 2020 05:59:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583845189; cv=none; d=google.com; s=arc-20160816; b=jCvZh4V3gBCMnG7vdbJDCziINWad5OOj5geci6/jiNzEc8CJUHtYnmst+wY4kOmlNz zxE7Xn7NUszKOtQlXNT5htXSqTGA27WVII8XE6cdkNYe7CUkk2ftrG5enknyIUEFTsti n/YLFMeTb37GDbwYDT5LZdJKcn7U46IEwYBkwJUptAlxcpTt3tVhY6+I7gntI2NuYwZV 76Z93FODk/q9tw+fHbXNxM62sfEbRSXgh6xDdT3Pa7mQUHGcnbs13cxNk5ToTyzxEXRF TGYTRHd9uKWmTWcMZ6wqGbz4EylnExtUhFGiO0wmhqXegQWdcD0SM2cycaC/Kj4AWEwB 6zMw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=Hw/Gvr6jJiEmcYWHiYiYR9vadXhzGYEZAYSLoTb2bYY=; b=b15dj4dLWvKpxJC9Es4tWpFGub6kIOgr3Vbbo9tbTN9Fhi26W2nUix6rWFTriKiAZU q3hWs4jRytjVvi+3pB1ExQfUF4JTl0fTerVyW+xlQV3Dc3yvhvxVGSQmf+NNr0Iw3CTe tlRydQHn/sHxGbaru7OliWUllnfE40+JEc22QP+MlL06HTHT9J5/3oSjDpyofNTH81yh aiBzg0686ToDdArDSYWIDFB0cZfzMOqbo4sG8RL3IsZO5svSHSDxMa9Ozb8pQ0cL2VEs H5SC6wxlveJkKdAmTKdrLuiyGgbvqf1c+X1+s4LkA3iPHxGkw8fnxRbhg4wgdqfarq3N OaLg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="gbPhe1/n"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 83si5704372oie.242.2020.03.10.05.59.37; Tue, 10 Mar 2020 05:59:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="gbPhe1/n"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729988AbgCJM7E (ORCPT + 99 others); Tue, 10 Mar 2020 08:59:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:39326 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729982AbgCJM7C (ORCPT ); Tue, 10 Mar 2020 08:59:02 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 53A4920674; Tue, 10 Mar 2020 12:59:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583845141; bh=iOTOzWvnEBWJ2lYE1qrTSa8s9PYi2HDkCLTTQGhOrkc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gbPhe1/niYKJnYb0PGQwTfmNL4O0mGaIxk97drDMTGCI1z9LC8rtvGgRDkyf6Fp8R FO5Bg0bPawj4OUadb8jQTFIJWGSL5IlDpNNzHFfYyxiALFU3SGTzJ0NwvfNJTXim4Y 1OERPWgd1p2QY3pzBcsrXWJoE8y4EVN8yVCPy9C4= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Masahiro Yamada , Vasily Gorbik , Sasha Levin Subject: [PATCH 5.5 039/189] s390: make install not depend on vmlinux Date: Tue, 10 Mar 2020 13:37:56 +0100 Message-Id: <20200310123643.432948299@linuxfoundation.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200310123639.608886314@linuxfoundation.org> References: <20200310123639.608886314@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Masahiro Yamada [ Upstream commit 94e90f727f7424d827256023cace829cad6896f4 ] 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. Link: https://lkml.kernel.org/r/20200216144829.27023-1-masahiroy@kernel.org Signed-off-by: Masahiro Yamada Signed-off-by: Vasily Gorbik Signed-off-by: Sasha Levin --- arch/s390/Makefile | 2 +- arch/s390/boot/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/s390/Makefile b/arch/s390/Makefile index e0e3a465bbfd6..8dfa2cf1f05c7 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile @@ -146,7 +146,7 @@ all: bzImage #KBUILD_IMAGE is necessary for packaging targets like rpm-pkg, deb-pkg... KBUILD_IMAGE := $(boot)/bzImage -install: vmlinux +install: $(Q)$(MAKE) $(build)=$(boot) $@ bzImage: vmlinux diff --git a/arch/s390/boot/Makefile b/arch/s390/boot/Makefile index e2c47d3a1c891..0ff9261c915e3 100644 --- a/arch/s390/boot/Makefile +++ b/arch/s390/boot/Makefile @@ -70,7 +70,7 @@ $(obj)/compressed/vmlinux: $(obj)/startup.a FORCE $(obj)/startup.a: $(OBJECTS) FORCE $(call if_changed,ar) -install: $(CONFIGURE) $(obj)/bzImage +install: sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \ System.map "$(INSTALL_PATH)" -- 2.20.1