]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Makedist update for ldns pkts in repo.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 15 Feb 2007 13:24:57 +0000 (13:24 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 15 Feb 2007 13:24:57 +0000 (13:24 +0000)
git-svn-id: file:///svn/unbound/trunk@105 be551aaa-1e26-0410-a405-d3ace91eadb9

makedist.sh

index 17c94bb721dd12983f1fb2cec955dfaccd1be0d8..b270f4d94922f5fd1f8f2bafd7b2475847a414f1 100755 (executable)
@@ -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 {} \;