[CRIU] [PATCH 01/11] x86: x86-64 syscalls -- Rework build procedure

Pavel Emelyanov xemul at parallels.com
Fri Apr 24 04:41:42 PDT 2015


> @@ -8,14 +8,12 @@ crtools-obj-y	+= crtools.o
>  crtools-obj-y	+= cpu.o
>  crtools-obj-y	+= prlimit.o
>  
> -SYS-DEF		:= syscall-x86-64.def
> +SYS-DEF		:= syscall_64.tbl
>  SYS-ASM-COMMON	:= syscall-common-x86-64.S
>  
> -SYS-TYPES	:= include/syscall-types.h
> -SYS-CODES	:= include/syscall-codes.h
> -SYS-PROTO	:= include/syscall.h
> -
> -SYS-GEN		:= syscalls-x86-64.sh

Should we also remove the script itself?

> +SYS-TYPES	:= ../../include/syscall-types.h
> +SYS-CODES	:= ../../include/syscall-codes.h
> +SYS-PROTO	:= ../../include/syscall.h
>  
>  SYS-EXEC-TBL	:= sys-exec-tbl.c
>  



More information about the CRIU mailing list