|
Boost-Commit : |
From: ghost_at_[hidden]
Date: 2007-08-26 14:32:22
Author: vladimir_prus
Date: 2007-08-26 14:32:21 EDT (Sun, 26 Aug 2007)
New Revision: 38971
URL: http://svn.boost.org/trac/boost/changeset/38971
Log:
Fix quoting. Remove .svn directories
Text files modified:
trunk/tools/build/v2/roll.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/roll.sh
==============================================================================
--- trunk/tools/build/v2/roll.sh (original)
+++ trunk/tools/build/v2/roll.sh 2007-08-26 14:32:21 EDT (Sun, 26 Aug 2007)
@@ -43,11 +43,11 @@
perl -pi -e 's%../../../doc/html/bbv2.installation.html%doc/html/bbv2.installation.html%' index.html
# Make packages
-find . -name CVS | xargs rm -rf
+find . -name ".svn" | xargs rm -rf
rm roll.sh
chmod a+x jam_src/build.bat
revision=`svnversion .`
-echo 'SVN Revision $revision' >> timestamp.txt
+echo "SVN Revision $revision" >> timestamp.txt
date >> timestamp.txt
cd .. && zip -r boost-build.zip boost-build && tar --bzip2 -cf boost-build.tar.bz2 boost-build
cd boost-build
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk