[CRIU] [PATCH 4/9] compel: Makefile.compel -- Remove second GEN msg

Cyrill Gorcunov gorcunov at openvz.org
Wed Aug 24 09:47:34 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 a1291465f08b..c42ad903cf77 100644
--- a/Makefile.compel
+++ b/Makefile.compel
@@ -3,7 +3,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