Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1371124 > unrolled thread

[PATCH] ARM: specify install, zinstall, and uinstall as PHONY targets

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2016-04-05 04:30 +0200
Last post2016-04-05 04:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: specify install, zinstall, and uinstall as PHONY targets Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-04-05 04:30 +0200

#1371124 — [PATCH] ARM: specify install, zinstall, and uinstall as PHONY targets

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-04-05 04:30 +0200
Subject[PATCH] ARM: specify install, zinstall, and uinstall as PHONY targets
Message-ID<rkoUG-4m4-13@gated-at.bofh.it>
Obviously, these are PHONY targets.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

KernelVersion: 4.6-rc1

 arch/arm/boot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index 48fab15..446705a 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -88,7 +88,7 @@ $(obj)/bootpImage: $(obj)/bootp/bootp FORCE
 	$(call if_changed,objcopy)
 	@$(kecho) '  Kernel: $@ is ready'
 
-PHONY += initrd
+PHONY += initrd install zinstall uinstall
 initrd:
 	@test "$(INITRD_PHYS)" != "" || \
 	(echo This machine does not support INITRD; exit -1)
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web