Re: [PATCH] kbuild: specify modules(_install) as PHONY rather than FORCE

2016-04-20 Thread Michal Marek
On Sun, Mar 13, 2016 at 09:39:22AM +0900, Masahiro Yamada wrote: > As in other places, PHONY is a better fit for "modules" and > "modules_install". > > Signed-off-by: Masahiro Yamada Applied to kbuild.git#kbuild. Michal

[PATCH] kbuild: specify modules(_install) as PHONY rather than FORCE

2016-03-12 Thread Masahiro Yamada
As in other places, PHONY is a better fit for "modules" and "modules_install". Signed-off-by: Masahiro Yamada --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3ef6b6..64cf099 100644 --- a/Makefile +++ b/Makefile @@ -1157,7 +1157,8 @@