Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-08-27 03:00:21


Author: vladimir_prus
Date: 2007-08-27 03:00:18 EDT (Mon, 27 Aug 2007)
New Revision: 38987
URL: http://svn.boost.org/trac/boost/changeset/38987

Log:
Another fix
Text files modified:
   trunk/tools/build/v2/roll.sh | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/roll.sh
==============================================================================
--- trunk/tools/build/v2/roll.sh (original)
+++ trunk/tools/build/v2/roll.sh 2007-08-27 03:00:18 EDT (Mon, 27 Aug 2007)
@@ -23,7 +23,7 @@
 rm -rf example/versioned
 
 # Remove unnecessary top-level files
-find . -maxdepth 1 -type f | egrep -v "roll.sh|bootstrap.jam|build-system.jam|boost_build_v2.html|boost.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f
+find . -maxdepth 1 -type f | egrep -v "timestamp.txt|roll.sh|bootstrap.jam|build-system.jam|boost_build_v2.html|boost.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f
 
 # Prepare some more files.
 echo -e "boost-build kernel ;\n" > boost-build.jam


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