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:06 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-15 00:09:55 +0300
commite0fcf550c6b77ebb801f0768827ff31e821c8740 (patch)
tree63e48ce22176dc4192c768395424a78542e9ce70 /Makefile.compel
parent597d40a022ad68a95c4e844094d6217f2e31e29a (diff)
compel: make include/uapi symlink permanent
There is absolutely no need to create/remove this symlink from Makefiles, as it is constant. Just 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.compel6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.compel b/Makefile.compel
index ca50a5810..4fcc6eade 100644
--- a/Makefile.compel
+++ b/Makefile.compel
@@ -14,11 +14,6 @@ $(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/compel: $(SRC_DIR)/compel/include/uapi
- $(call msg-gen, $@)
- $(Q) ln -s $^ $@
-$(COMPEL_VERSION_HEADER): $(SRC_DIR)/compel/include/uapi/compel
-
$(SRC_DIR)/compel/include/uapi/asm: $(SRC_DIR)/compel/arch/$(ARCH)/src/lib/include/uapi/asm
$(call msg-gen, $@)
$(Q) ln -s $^ $@
@@ -29,7 +24,6 @@ $(SRC_DIR)/compel/include/asm: $(SRC_DIR)/compel/arch/$(ARCH)/src/lib/include
$(Q) ln -s $^ $@
$(COMPEL_VERSION_HEADER): $(SRC_DIR)/compel/include/asm
-compel-uapi-links += $(SRC_DIR)/compel/include/uapi/compel
compel-uapi-links += $(SRC_DIR)/compel/include/uapi/asm
compel-uapi-links += $(SRC_DIR)/compel/include/asm