]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
The .version file should die on a git pull.
authorTravis Cross <tc@traviscross.com>
Fri, 2 Apr 2010 14:06:01 +0000 (14:06 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 2 Apr 2010 14:06:01 +0000 (14:06 +0000)
Makefile.am

index 8fad740092224002bfc532132683192210e39265..a9e4921344514b27d71134a94821dfcec55d05d5 100644 (file)
@@ -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 \