Home
last modified time | relevance | path

Searched hist:"865 fa29f7dd1b6af8498fe08f19b4028c1c8a153" (Results 1 – 10 of 10) sorted by relevance

/linux/arch/microblaze/kernel/syscalls/
H A DMakefilediff 865fa29f7dd1b6af8498fe08f19b4028c1c8a153 Mon Feb 15 01:48:22 CET 2021 Masahiro Yamada <masahiroy@kernel.org> arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work

The rules in these Makefiles cannot detect the command line change
because the prerequisite 'FORCE' is missing.

Adding 'FORCE' will result in the headers being rebuilt every time
because the 'targets' additions are also wrong; the file paths in
'targets' must be relative to the current Makefile.

Fix all of them so the if_changed rules work correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/linux/arch/m68k/kernel/syscalls/
H A DMakefilediff 865fa29f7dd1b6af8498fe08f19b4028c1c8a153 Mon Feb 15 01:48:22 CET 2021 Masahiro Yamada <masahiroy@kernel.org> arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work

The rules in these Makefiles cannot detect the command line change
because the prerequisite 'FORCE' is missing.

Adding 'FORCE' will result in the headers being rebuilt every time
because the 'targets' additions are also wrong; the file paths in
'targets' must be relative to the current Makefile.

Fix all of them so the if_changed rules work correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/linux/arch/alpha/kernel/syscalls/
H A DMakefilediff 865fa29f7dd1b6af8498fe08f19b4028c1c8a153 Mon Feb 15 01:48:22 CET 2021 Masahiro Yamada <masahiroy@kernel.org> arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work

The rules in these Makefiles cannot detect the command line change
because the prerequisite 'FORCE' is missing.

Adding 'FORCE' will result in the headers being rebuilt every time
because the 'targets' additions are also wrong; the file paths in
'targets' must be relative to the current Makefile.

Fix all of them so the if_changed rules work correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/linux/arch/xtensa/kernel/syscalls/
H A DMakefilediff 865fa29f7dd1b6af8498fe08f19b4028c1c8a153 Mon Feb 15 01:48:22 CET 2021 Masahiro Yamada <masahiroy@kernel.org> arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work

The rules in these Makefiles cannot detect the command line change
because the prerequisite 'FORCE' is missing.

Adding 'FORCE' will result in the headers being rebuilt every time
because the 'targets' additions are also wrong; the file paths in
'targets' must be relative to the current Makefile.

Fix all of them so the if_changed rules work correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/linux/arch/sh/kernel/syscalls/
H A DMakefilediff 865fa29f7dd1b6af8498fe08f19b4028c1c8a153 Mon Feb 15 01:48:22 CET 2021 Masahiro Yamada <masahiroy@kernel.org> arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work

The rules in these Makefiles cannot detect the command line change
because the prerequisite 'FORCE' is missing.

Adding 'FORCE' will result in the headers being rebuilt every time
because the 'targets' additions are also wrong; the file paths in
'targets' must be relative to the current Makefile.

Fix all of them so the if_changed rules work correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/linux/arch/powerpc/kernel/syscalls/
H A DMakefilediff 865fa29f7dd1b6af8498fe08f19b4028c1c8a153 Mon Feb 15 01:48:22 CET 2021 Masahiro Yamada <masahiroy@kernel.org> arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work

The rules in these Makefiles cannot detect the command line change
because the prerequisite 'FORCE' is missing.

Adding 'FORCE' will result in the headers being rebuilt every time
because the 'targets' additions are also wrong; the file paths in
'targets' must be relative to the current Makefile.

Fix all of them so the if_changed rules work correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/linux/arch/parisc/kernel/syscalls/
H A DMakefilediff 865fa29f7dd1b6af8498fe08f19b4028c1c8a153 Mon Feb 15 01:48:22 CET 2021 Masahiro Yamada <masahiroy@kernel.org> arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work

The rules in these Makefiles cannot detect the command line change
because the prerequisite 'FORCE' is missing.

Adding 'FORCE' will result in the headers being rebuilt every time
because the 'targets' additions are also wrong; the file paths in
'targets' must be relative to the current Makefile.

Fix all of them so the if_changed rules work correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/linux/arch/sparc/kernel/syscalls/
H A DMakefilediff 865fa29f7dd1b6af8498fe08f19b4028c1c8a153 Mon Feb 15 01:48:22 CET 2021 Masahiro Yamada <masahiroy@kernel.org> arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work

The rules in these Makefiles cannot detect the command line change
because the prerequisite 'FORCE' is missing.

Adding 'FORCE' will result in the headers being rebuilt every time
because the 'targets' additions are also wrong; the file paths in
'targets' must be relative to the current Makefile.

Fix all of them so the if_changed rules work correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/linux/arch/mips/kernel/syscalls/
H A DMakefilediff 865fa29f7dd1b6af8498fe08f19b4028c1c8a153 Mon Feb 15 01:48:22 CET 2021 Masahiro Yamada <masahiroy@kernel.org> arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work

The rules in these Makefiles cannot detect the command line change
because the prerequisite 'FORCE' is missing.

Adding 'FORCE' will result in the headers being rebuilt every time
because the 'targets' additions are also wrong; the file paths in
'targets' must be relative to the current Makefile.

Fix all of them so the if_changed rules work correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/linux/arch/x86/entry/syscalls/
H A DMakefilediff 865fa29f7dd1b6af8498fe08f19b4028c1c8a153 Mon Feb 15 01:48:22 CET 2021 Masahiro Yamada <masahiroy@kernel.org> arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work

The rules in these Makefiles cannot detect the command line change
because the prerequisite 'FORCE' is missing.

Adding 'FORCE' will result in the headers being rebuilt every time
because the 'targets' additions are also wrong; the file paths in
'targets' must be relative to the current Makefile.

Fix all of them so the if_changed rules work correctly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>