From: Travis Cross Date: Fri, 2 Apr 2010 14:06:01 +0000 (+0000) Subject: The .version file should die on a git pull. X-Git-Tag: v1.0.6~15^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d791351f462d3a770f2b50b1f3f76258a2cd4fc4;p=thirdparty%2Ffreeswitch.git The .version file should die on a git pull. --- diff --git a/Makefile.am b/Makefile.am index 8fad740092..a9e4921344 100644 --- a/Makefile.am +++ b/Makefile.am @@ -470,6 +470,7 @@ update: is-scm echo Updating... ; \ svn update ; \ elif test -d .git ; then \ + test ! -f .version || rm -f .version ; \ echo "Pulling updates..." ; \ git pull ; \ else \