[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNASARrPWgsvBjMjEyGAC-CzOAMkL8=GSsuj_i3Eq+xCyEQ@mail.gmail.com>
Date: Mon, 15 Feb 2016 20:25:34 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>
Cc: Michal Marek <mmarek@...e.cz>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Russell King <linux@....linux.org.uk>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ARM: drop redundant "PHONY += FORCE"
2016-02-07 18:59 GMT+09:00 Masahiro Yamada <yamada.masahiro@...ionext.com>:
> "PHONY += FORCE" is already cared by scripts/Makefile.build,
> which this file is included from.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
> ---
>
> 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 9eca7ae..ba73a20 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 FORCE
> +PHONY += initrd
> initrd:
> @test "$(INITRD_PHYS)" != "" || \
> (echo This machine does not support INITRD; exit -1)
> --
If there is no objection to this patch,
I will put it into Russell's patch tracker.
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists