From 7d08a71fa8ea289e7ee31f7c0411704b9d22bba3 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] --- roll.sh | 9 ++++----- v2/roll.sh | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/roll.sh b/roll.sh index f51c67f90..605383f98 100644 --- a/roll.sh +++ b/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 diff --git a/v2/roll.sh b/v2/roll.sh index f51c67f90..605383f98 100644 --- a/v2/roll.sh +++ b/v2/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