From be35ca661ced3755b50ef2b0e8d5e10ea13ce711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Fri, 11 Jan 2008 13:44:51 +0000 Subject: [PATCH] Removed the manual boost-build.jam file creation since that file already exists in the SVN repository and this only overwrote it with the same content minus the copyright notice. Removed a reference to the no longer existing boost_build_v2.html file. [SVN r42676] --- v2/roll.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/v2/roll.sh b/v2/roll.sh index 489ce02cf..ed8c51565 100755 --- a/v2/roll.sh +++ b/v2/roll.sh @@ -23,10 +23,7 @@ date >> timestamp.txt 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_v2.html|boost_build.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 +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 # Build the documentation touch doc/project-root.jam