r5490 - trunk/varnish-cache/lib/libvarnish

tfheen at varnish-cache.org tfheen at varnish-cache.org
Tue Nov 2 12:12:35 CET 2010


Author: tfheen
Date: 2010-11-02 12:12:35 +0100 (Tue, 02 Nov 2010)
New Revision: 5490

Modified:
   trunk/varnish-cache/lib/libvarnish/Makefile.am
Log:
Move SVN version number up, so it's correctly picked up by head

r5401 inadvertently broke the check for the correct revision of
svn_version.c.


Modified: trunk/varnish-cache/lib/libvarnish/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvarnish/Makefile.am	2010-11-02 10:08:35 UTC (rev 5489)
+++ trunk/varnish-cache/lib/libvarnish/Makefile.am	2010-11-02 11:12:35 UTC (rev 5490)
@@ -42,6 +42,7 @@
 	[ "$$V" = "exported" ] && [ -e svn_version.c ] && exit 0 ; \
 	if [ "/* $$V */" != "$$H" ]; then \
 		( \
+		  echo "/* $$V */" ;\
 		  echo '/*' ;\
 		  echo ' * NB:  This file is machine generated, DO NOT EDIT!' ;\
 		  echo ' *' ;\
@@ -49,7 +50,6 @@
 		  echo ' *'  ;\
 		  echo ' */' ;\
 		  echo '' ;\
-		  echo "/* $$V */" ;\
 		  echo "#include <libvarnish.h>" ;\
 		  echo "const char* svn_version(void)" ;\
 		  echo "{" ;\




More information about the varnish-commit mailing list