[CRIU] [PATCH 08/19] compel: Makefile.compel -- Remove second GEN msg
Cyrill Gorcunov
gorcunov at openvz.org
Wed Sep 21 13:54:23 PDT 2016
From: Dmitry Safonov <dsafonov at virtuozzo.com>
Fixes:
GEN compel/include/version.h
GEN compel/include/version.h
Signed-off-by: Dmitry Safonov <dsafonov at virtuozzo.com>
---
Makefile.compel | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.compel b/Makefile.compel
index 2fd410ef7628..7f2f62f6c4d0 100644
--- a/Makefile.compel
+++ b/Makefile.compel
@@ -2,7 +2,6 @@ COMPEL_VERSION_HEADER := compel/include/version.h
$(COMPEL_VERSION_HEADER): $(SRC_DIR)/Makefile.versions
$(call msg-gen, $(COMPEL_VERSION_HEADER))
- $(E) " GEN " $@
$(Q) echo "/* Autogenerated, do not edit */" > $(COMPEL_VERSION_HEADER)
$(Q) echo "#ifndef COMPEL_SO_VERSION_H__" >> $(COMPEL_VERSION_HEADER)
$(Q) echo "#define COMPEL_SO_VERSION_H__" >> $(COMPEL_VERSION_HEADER)
--
2.7.4
More information about the CRIU
mailing list