aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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