From cf46e57f644977fb6ee7dce9facbdc2cdc728f74 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 19 May 2003 12:26:27 +0000 Subject: [PATCH] Improve distro roller. [SVN r18447] --- scripts/roll.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/roll.sh b/scripts/roll.sh index f51c67f90..605383f98 100644 --- a/scripts/roll.sh +++ b/scripts/roll.sh @@ -2,17 +2,16 @@ # Clean up +cvs up -dP rm -rf examples # This one is not fully finished rm -rf examples-v2/versioned -find . -maxdepth 1 -type f | grep -v "roll.sh" | xargs rm -rf -cvs up boost_build_v2.html -cvs up c++boost.gif -cvs up index_v2.html -cvs up hacking.txt +find . -maxdepth 1 -type f | egrep -v "roll.sh|boost_build_v2.html|c++boost.gif|index_v2.html|hacking.txt" | xargs rm -f +# Prepare some more files. mv index_v2.html index.html +echo -e "boost-build new ;\n" > boost-build.jam # Make packages find . -name CVS | xargs rm -rf