Re: [PATCH] sparc: vdso: add FORCE to the build rule of %.so

2019-05-08 Thread David Miller
From: Masahiro Yamada Date: Wed, 3 Apr 2019 17:32:24 +0900 > $(call if_changed,...) must have FORCE as a prerequisite. > > Signed-off-by: Masahiro Yamada Applied.

Re: [PATCH] sparc: vdso: add FORCE to the build rule of %.so

2019-04-25 Thread David Miller
From: Masahiro Yamada Date: Fri, 26 Apr 2019 09:40:46 +0900 > Hi David, > > > On Wed, Apr 3, 2019 at 5:34 PM Masahiro Yamada > wrote: >> >> $(call if_changed,...) must have FORCE as a prerequisite. >> >> Signed-off-by: Masahiro Yamada >> --- > > Ping? Sorry, I'm really busy and taking a sho

Re: [PATCH] sparc: vdso: add FORCE to the build rule of %.so

2019-04-25 Thread Masahiro Yamada
Hi David, On Wed, Apr 3, 2019 at 5:34 PM Masahiro Yamada wrote: > > $(call if_changed,...) must have FORCE as a prerequisite. > > Signed-off-by: Masahiro Yamada > --- Ping? > arch/sparc/vdso/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/sparc/vdso/Ma

Re: [PATCH] sparc: vdso: add FORCE to the build rule of %.so

2019-04-03 Thread Masahiro Yamada
On Wed, Apr 3, 2019 at 7:36 PM Nick Desaulniers wrote: > > $ grep -r 'call if_changed,' -B > > shows a few more FWIW: > > drivers/scsi/Makefile > drivers/gpu/drm/radeon/Makefile > arch/c6x/boot/Makefile > arch/arm64/kernel/vdso/Makefile > arch/x86/entry/vdso/Makefile > arch/x86/entry/syscalls/Make

Re: [PATCH] sparc: vdso: add FORCE to the build rule of %.so

2019-04-03 Thread Nick Desaulniers
$ grep -r 'call if_changed,' -B shows a few more FWIW: drivers/scsi/Makefile drivers/gpu/drm/radeon/Makefile arch/c6x/boot/Makefile arch/arm64/kernel/vdso/Makefile arch/x86/entry/vdso/Makefile arch/x86/entry/syscalls/Makefile arch/powerpc/platforms/cell/spufs/Makefile arch/powerpc/kernel/syscalls

[PATCH] sparc: vdso: add FORCE to the build rule of %.so

2019-04-03 Thread Masahiro Yamada
$(call if_changed,...) must have FORCE as a prerequisite. Signed-off-by: Masahiro Yamada --- arch/sparc/vdso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/vdso/Makefile b/arch/sparc/vdso/Makefile index 74e97f7..83c4b46 100644 --- a/arch/sparc/vdso/Makef