[experimental-ims] 2c581a0 Add missing ABI line check that got lost

Geoff Simmons geoff at varnish-cache.org
Wed Aug 31 16:04:53 CEST 2011


commit 2c581a033fa40a5b5f9a92111cfc05462cc061fc
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Tue Aug 30 10:43:51 2011 +0200

    Add missing ABI line check that got lost

diff --git a/include/Makefile.am b/include/Makefile.am
index ac761d1..f0e2daf 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -60,6 +60,7 @@ vcs_version.h: FORCE
 		H="$$(head -n 1 vcs_version.h 2>/dev/null || true)"; \
 		if [ "/* $$V */" != "$$H" ]; then \
 		( \
+		  echo "/* $$V */" ;\
 		  echo '/*' ;\
 		  echo ' * NB:  This file is machine generated, DO NOT EDIT!' ;\
 		  echo ' *' ;\



More information about the varnish-commit mailing list