Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757595AbcCaQo5 (ORCPT ); Thu, 31 Mar 2016 12:44:57 -0400 Received: from conuserg-07.nifty.com ([210.131.2.74]:34702 "EHLO conuserg-07.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756946AbcCaQoz (ORCPT ); Thu, 31 Mar 2016 12:44:55 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u2VGhBsG020666 X-Nifty-SrcIP: [203.136.65.164] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org Cc: Masahiro Yamada , Russell King , linux-kernel@vger.kernel.org, Michal Marek Subject: [PATCH 1/2] ARM: specify install, zinstall, uinstall as PHONY targets Date: Fri, 1 Apr 2016 01:43:01 +0900 Message-Id: <1459442582-23121-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 632 Lines: 23 Obviously, These are PHONY targets. Signed-off-by: Masahiro Yamada --- 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