2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Another svnversion fix

[SVN r38986]
This commit is contained in:
Vladimir Prus
2007-08-27 06:41:18 +00:00
parent a9f0d8f23a
commit 565c34df47

View File

@@ -7,10 +7,6 @@
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
set -e
# Capture the version
revision=`svnversion .`
echo "SVN Revision $revision" >> timestamp.txt
date >> timestamp.txt
# Do some renames/rearrangments
cp -r ../v2 ../boost-build
@@ -18,6 +14,11 @@ cp -r ../v2 ../boost-build
cp -r ../../jam/src ../boost-build/jam_src
cd ../boost-build
# Capture the version
revision=`svnversion ..`
echo "SVN Revision $revision" >> timestamp.txt
date >> timestamp.txt
# This one is not fully finished
rm -rf example/versioned