From: Wouter Wijngaards Date: Thu, 15 Feb 2007 13:24:57 +0000 (+0000) Subject: Makedist update for ldns pkts in repo. X-Git-Tag: release-0.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e034543b135bebb5e69c4ad0101ae0f3dc3050c6;p=thirdparty%2Funbound.git Makedist update for ldns pkts in repo. git-svn-id: file:///svn/unbound/trunk@105 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/makedist.sh b/makedist.sh index 17c94bb72..b270f4d94 100755 --- a/makedist.sh +++ b/makedist.sh @@ -186,8 +186,8 @@ rm -r autom4te* || error_cleanup "Failed to remove autoconf cache directory." # info "Building lexer and parser." # copy ldns-testpkts from ldns examples -cp $LDNSDIR/examples/ldns-testpkts.c testcode/ldns-testpkts.c || error_cleanup "copy ldns/examples/.. failed" -cp $LDNSDIR/examples/ldns-testpkts.h testcode/ldns-testpkts.h || error_cleanup "copy ldns/examples/.. failed" +#cp $LDNSDIR/examples/ldns-testpkts.c testcode/ldns-testpkts.c || error_cleanup "copy ldns/examples/.. failed" +#cp $LDNSDIR/examples/ldns-testpkts.h testcode/ldns-testpkts.h || error_cleanup "copy ldns/examples/.. failed" find . -name .c-mode-rc.el -exec rm {} \; find . -name .cvsignore -exec rm {} \;