Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2008-01-29 01:28:10


Author: vladimir_prus
Date: 2008-01-29 01:28:09 EST (Tue, 29 Jan 2008)
New Revision: 43007
URL: http://svn.boost.org/trac/boost/changeset/43007

Log:
Retain top-level boost-build.jam
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 2008-01-29 01:28:09 EST (Tue, 29 Jan 2008)
@@ -23,7 +23,7 @@
 rm -rf example/versioned
 
 # Remove unnecessary top-level files
-find . -maxdepth 1 -type f | egrep -v "timestamp.txt|roll.sh|bootstrap.jam|build-system.jam|boost_build.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f
+find . -maxdepth 1 -type f | egrep -v "boost-build.jam|timestamp.txt|roll.sh|bootstrap.jam|build-system.jam|boost_build.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f
 
 # Build the documentation
 touch doc/project-root.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