Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kir@openvz.org>2016-12-17 14:22:07 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-15 00:09:56 +0300
commitea0cc75ab34d07da56a91aee62b7660c4eaa342b (patch)
tree8b8044fd016e6dc8d1e006bdab1f9c8013485e0f /Makefile.compel
parente0fcf550c6b77ebb801f0768827ff31e821c8740 (diff)
compel: make include/uapi/asm symlink permanent
Similar to the previous commit, there is absolutely no need to create/remove this symlink from Makefiles, as it can be made a constant one. Add the symlink to sources and save a few lines in Makefiles. travis-ci: success for More polishing for compel cli Signed-off-by: Kir Kolyshkin <kir@openvz.org> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'Makefile.compel')
-rw-r--r--Makefile.compel10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.compel b/Makefile.compel
index 4fcc6eade..301b5a822 100644
--- a/Makefile.compel
+++ b/Makefile.compel
@@ -14,20 +14,12 @@ $(COMPEL_VERSION_HEADER): $(SRC_DIR)/Makefile.versions
$(Q) echo "#define COMPEL_SO_VERSION_SUBLEVEL " $(COMPEL_SO_VERSION_SUBLEVEL) >> $(COMPEL_VERSION_HEADER)
$(Q) echo "#endif /* COMPEL_SO_VERSION_H__ */" >> $(COMPEL_VERSION_HEADER)
-$(SRC_DIR)/compel/include/uapi/asm: $(SRC_DIR)/compel/arch/$(ARCH)/src/lib/include/uapi/asm
- $(call msg-gen, $@)
- $(Q) ln -s $^ $@
-$(COMPEL_VERSION_HEADER): $(SRC_DIR)/compel/include/uapi/asm
-
$(SRC_DIR)/compel/include/asm: $(SRC_DIR)/compel/arch/$(ARCH)/src/lib/include
$(call msg-gen, $@)
$(Q) ln -s $^ $@
$(COMPEL_VERSION_HEADER): $(SRC_DIR)/compel/include/asm
-compel-uapi-links += $(SRC_DIR)/compel/include/uapi/asm
-compel-uapi-links += $(SRC_DIR)/compel/include/asm
-
-compel-deps += $(compel-uapi-links)
+compel-deps += $(SRC_DIR)/compel/include/asm
compel-deps += $(COMPEL_VERSION_HEADER)
compel-deps += $(CONFIG_HEADER)
compel-deps += include/common/asm