mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
exclude bin/tests/system/relay from release kits
This commit is contained in:
parent
2283047140
commit
c1d04508c8
1 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: kit.sh,v 1.9 2000/11/22 19:03:20 gson Exp $
|
||||
# $Id: kit.sh,v 1.10 2000/12/04 17:21:03 gson Exp $
|
||||
|
||||
# Make a release kit
|
||||
#
|
||||
|
|
@ -93,7 +93,8 @@ sh util/sanitize_all.sh
|
|||
|
||||
rm -rf TODO conftools util doc/design doc/dev doc/expired \
|
||||
doc/html doc/todo doc/private bin/lwresd doc/man/ctoman \
|
||||
doc/man/isc doc/man/lwres doc/man/bin/resolver.5
|
||||
doc/man/isc doc/man/lwres doc/man/bin/resolver.5 \
|
||||
bin/tests/system/relay
|
||||
|
||||
find . -name .cvsignore -print | xargs rm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue