2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 13:28:27 +00:00

complel: plugins,std -- Don't forget to cleanup syscalls.S

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Reviewed-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov 2016-09-27 20:12:08 +03:00 committed by Andrei Vagin
parent 84175119d1
commit bc9cddbbac
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ $(sys-asm-types): $(PLUGIN_ARCH_DIR)/include/asm/syscall-types.h
$(Q) ln -s ../../../../../$(PLUGIN_ARCH_DIR)/std/syscalls/syscall-aux.S $(obj)/include/uapi/std/syscall-aux.S
$(Q) ln -s ../../../../../$(PLUGIN_ARCH_DIR)/std/syscalls/syscall-aux.h $(obj)/include/uapi/std/syscall-aux.h
std-headers-deps += $(sys-codes) $(sys-proto) $(sys-asm-types)
std-headers-deps += $(sys-asm) $(sys-codes) $(sys-proto) $(sys-asm-types)
mrproper-y += $(std-headers-deps)
mrproper-y += $(obj)/include/uapi/std/syscall-aux.S
mrproper-y += $(obj)/include/uapi/std/syscall-aux.h

View File

@ -53,5 +53,5 @@ $(sys-asm-types): $(PLUGIN_ARCH_DIR)/include/asm/syscall-types.h
$(call msg-gen, $@)
$(Q) ln -s ../../../../../../$(PLUGIN_ARCH_DIR)/include/asm/syscall-types.h $(sys-asm-types)
std-headers-deps += $(sys-codes) $(sys-proto) $(sys-asm-types)
std-headers-deps += $(sys-asm) $(sys-codes) $(sys-proto) $(sys-asm-types)
mrproper-y += $(std-headers-deps)