]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Instead of removing all of util from the release kit, retain
authorEvan Hunt <each@isc.org>
Tue, 8 Sep 2009 03:39:30 +0000 (03:39 +0000)
committerEvan Hunt <each@isc.org>
Tue, 8 Sep 2009 03:39:30 +0000 (03:39 +0000)
util/mksymtbl.pl.

util/kit.sh

index e09c4c3fcdab38ae725ca96905b2f702686c1afe..f4019a14fb84dadae1eee72919ba9331bc3e3c3e 100644 (file)
@@ -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.