From 0ed6bc8e1902a197add3e62080a02162507db221 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 20 Jul 2006 07:16:17 +0000 Subject: [PATCH] No longer exclude the 'make' example [SVN r34609] --- v2/roll.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/v2/roll.sh b/v2/roll.sh index 2f206b883..eb0415b46 100644 --- a/v2/roll.sh +++ b/v2/roll.sh @@ -10,8 +10,6 @@ cd ../boost-build # This one is not fully finished rm -rf example/versioned -# This one is too low-level and misleading -rm -rf example/make # 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