aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authordhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-29 23:50:42 +0000
committerdhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-29 23:50:42 +0000
commit8395069699b89e5816c72daba1d0f2c9aa00bdc6 (patch)
tree96d0fd56d6448f811c687fd2304abfd69759d00d /build_tools
parentd2fc98d035427fff19c2fe58ac8dd636571640b1 (diff)
updated build_tools to handle the autotag directory structure changes; changes related to BE-353. Patch by Russell and reviewed by Me.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@101080 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_version6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_tools/make_version b/build_tools/make_version
index c69560a95..e55727f40 100755
--- a/build_tools/make_version
+++ b/build_tools/make_version
@@ -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