aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authordhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-29 23:59:41 +0000
committerdhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-29 23:59:41 +0000
commit57ff6ade4ab333f8987c1861835e8b45385a642a (patch)
tree69bb1ec818cbccd97545e0cb5a26af844b3ebc43 /build_tools
parent1e4c2caad4a78c6370cbfc2b2b158865fb2a56c6 (diff)
Merged revisions 101080 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r101080 | dhubbard | 2008-01-29 17:50:42 -0600 (Tue, 29 Jan 2008) | 1 line updated build_tools to handle the autotag directory structure changes; changes related to BE-353. Patch by The Russell and reviewed by The Me. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101081 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 4e9901dc5..b7fdf8297 100755
--- a/build_tools/make_version
+++ b/build_tools/make_version
@@ -19,6 +19,12 @@ elif [ -d .svn ]; then
for PART in $PARTS ; 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