linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s390: make 'install' not depend on vmlinux
@ 2020-02-16 14:48 Masahiro Yamada
  2020-02-17 17:06 ` Vasily Gorbik
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2020-02-16 14:48 UTC (permalink / raw)
  To: Heiko Carstens, Vasily Gorbik, Christian Borntraeger, linux-s390
  Cc: Masahiro Yamada, Arnd Bergmann, Gerald Schaefer,
	Martin Schwidefsky, Philipp Rudo, linux-kernel

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 <masahiroy@kernel.org>
---

 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 e0e3a465bbfd..8dfa2cf1f05c 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 e2c47d3a1c89..0ff9261c915e 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.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] s390: make 'install' not depend on vmlinux
  2020-02-16 14:48 [PATCH] s390: make 'install' not depend on vmlinux Masahiro Yamada
@ 2020-02-17 17:06 ` Vasily Gorbik
  0 siblings, 0 replies; 2+ messages in thread
From: Vasily Gorbik @ 2020-02-17 17:06 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Heiko Carstens, Christian Borntraeger, linux-s390, Arnd Bergmann,
	Gerald Schaefer, Martin Schwidefsky, Philipp Rudo, linux-kernel

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 <masahiroy@kernel.org>
> ---
Applied, thanks


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-17 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-16 14:48 [PATCH] s390: make 'install' not depend on vmlinux Masahiro Yamada
2020-02-17 17:06 ` Vasily Gorbik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).