From 8a86c12ec245eb3838f48ffbc5a01fb9b7666a60 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 8 Sep 2009 03:39:30 +0000 Subject: [PATCH] Instead of removing all of util from the release kit, retain util/mksymtbl.pl. --- util/kit.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/util/kit.sh b/util/kit.sh index e09c4c3fcda..f4019a14fb8 100644 --- a/util/kit.sh +++ b/util/kit.sh @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: kit.sh,v 1.36 2009/08/14 06:17:20 marka Exp $ +# $Id: kit.sh,v 1.37 2009/09/08 03:39:30 each Exp $ # Make a release kit # @@ -114,11 +114,15 @@ fi # we still delete them from releases just in case something # gets accidentally resurrected. -rm -rf TODO EXCLUDED conftools util doc/design doc/dev doc/expired \ +rm -rf TODO EXCLUDED conftools doc/design doc/dev doc/expired \ doc/html doc/todo doc/private bin/lwresd doc/man \ lib/lwres/man/resolver.5 \ bin/tests/system/relay lib/cfg +# Remove everything but mksymtbl.pl from util +find ./util -name mksymtbl.pl -prune -o -type f -print | xargs rm -rf + +# Remove all .cvsignore files find . -name .cvsignore -print | xargs rm # The following files should be executable. -- 2.47.3