[CRIU] [PATCH] arm/make: add missed syscalls.S dependency
Andrei Vagin
avagin at virtuozzo.com
Wed Apr 19 21:02:50 PDT 2017
Applied, thanks!
On Wed, Apr 19, 2017 at 04:31:46PM +0300, Dmitry Safonov wrote:
> As for compiling syscalls.S needed syscall-aux.h header,
> which is linked with making $(sys-asm-types), add it to deps.
>
> Fixes:
> > In file included from compel/arch/aarch64/plugins/std/syscalls/syscalls.S:2:0:
> > compel/include/uapi/compel/plugins/std/syscall-codes.h:568:44: fatal error: compel/plugins/std/syscall-aux.h: No such file or directory
> > #include <compel/plugins/std/syscall-aux.h>
> > ^
> > compilation terminated.
>
> Cc: Pavel Emelyanov <xemul at virtuozzo.com>
> Cc: Cyrill Gorcunov <gorcunov at openvz.org>
> Signed-off-by: Dmitry Safonov <dsafonov at virtuozzo.com>
> ---
> compel/arch/arm/plugins/std/syscalls/Makefile.syscalls | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/compel/arch/arm/plugins/std/syscalls/Makefile.syscalls b/compel/arch/arm/plugins/std/syscalls/Makefile.syscalls
> index 5695b86b9642..c89f1a56afce 100644
> --- a/compel/arch/arm/plugins/std/syscalls/Makefile.syscalls
> +++ b/compel/arch/arm/plugins/std/syscalls/Makefile.syscalls
> @@ -25,7 +25,7 @@ endif
>
> sys-exec-tbl := sys-exec-tbl.c
>
> -$(sys-asm) $(sys-types) $(sys-codes) $(sys-proto): $(sys-gen) $(sys-def) $(sys-asm-common)
> +$(sys-asm) $(sys-types) $(sys-codes) $(sys-proto): $(sys-gen) $(sys-def) $(sys-asm-common) $(sys-asm-types)
> $(E) " GEN " $@
> $(Q) perl \
> $(sys-gen) \
> --
> 2.12.2
>
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu
More information about the CRIU
mailing list