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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user