add branchname to branches

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20008 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-20 21:07:32 +00:00
parent 3a8701962c
commit 8f00fea3df

View File

@@ -46,6 +46,7 @@ hversion=
cvsroot= cvsroot=
cvsflags= cvsflags=
cvsbranch= cvsbranch=
branch=
autotools=no autotools=no
distcheck=no distcheck=no
@@ -89,7 +90,8 @@ do
exit 1 exit 1
fi fi
cvsbranch="-r $2" cvsbranch="-r $2"
hversion="$2" branch="-$2"
hversion="$2-${date}"
shift 2 shift 2
;; ;;
--release) --release)
@@ -226,7 +228,7 @@ fi
if [ X"$autotools" = Xyes ]; then if [ X"$autotools" = Xyes ]; then
echo "Autotooling (via fix-export)" echo "Autotooling (via fix-export)"
env DATEDVERSION="cvs-${date}" ${hversion}/fix-export ${hversion} env DATEDVERSION="cvs${branch}-${date}" ${hversion}/fix-export ${hversion}
fi fi
if [ X"$ccachedir" != X ]; then if [ X"$ccachedir" != X ]; then