Re: [PATCH] kbuild: drop redundant "PHONY += FORCE"

2016-04-25 Thread Michal Marek
On 2016-04-20 10:56, Masahiro Yamada wrote: > Hi Michal, > > 2016-04-20 17:47 GMT+09:00 Michal Marek : >> On Fri, Apr 08, 2016 at 11:16:10AM +0900, Masahiro Yamada wrote: >>> "PHONY += FORCE" is already cared by scripts/Makefile.build, >>> which these files are included from. >> >> arch/ia64/Makef

Re: [PATCH] kbuild: drop redundant "PHONY += FORCE"

2016-04-20 Thread Masahiro Yamada
Hi Michal, 2016-04-20 17:47 GMT+09:00 Michal Marek : > On Fri, Apr 08, 2016 at 11:16:10AM +0900, Masahiro Yamada wrote: >> "PHONY += FORCE" is already cared by scripts/Makefile.build, >> which these files are included from. > > arch/ia64/Makefile is in fact included via the main Makefile. But this

Re: [PATCH] kbuild: drop redundant "PHONY += FORCE"

2016-04-20 Thread Michal Marek
On Fri, Apr 08, 2016 at 11:16:10AM +0900, Masahiro Yamada wrote: > "PHONY += FORCE" is already cared by scripts/Makefile.build, > which these files are included from. arch/ia64/Makefile is in fact included via the main Makefile. But this one also has the PHONY += FORCE statement. Maybe we should i

[PATCH] kbuild: drop redundant "PHONY += FORCE"

2016-04-07 Thread Masahiro Yamada
"PHONY += FORCE" is already cared by scripts/Makefile.build, which these files are included from. Signed-off-by: Masahiro Yamada --- Please apply the following to avoid conflicts. https://patchwork.kernel.org/patch/8572451/ arch/arm/boot/bootp/Makefile | 2 +- arch/ia64/Makefile | 2