]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
updated build_tools to handle the autotag directory structure changes; changes relate...
authorDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Tue, 29 Jan 2008 23:50:42 +0000 (23:50 +0000)
committerDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Tue, 29 Jan 2008 23:50:42 +0000 (23:50 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@101080 65c4cc65-6c06-0410-ace0-fbb531ad65f3

build_tools/make_version

index c69560a9520de79fc7933ea011ea6e666a7cb91f..e55727f403eec3dca028a0629f4e87cfc953d593 100755 (executable)
@@ -22,6 +22,12 @@ elif [ -d .svn ]; then
       do
       if [ ${TAG} != 0 ]
          then
+         if [ "${PART}" = "autotag_for_be" ] ; then
+             continue
+         fi
+         if [ "${PART}" = "autotag_for_sx00i" ] ; then
+             continue
+         fi
          RESULT="${PART}"
          break
       fi