From: Wouter Wijngaards Date: Mon, 11 Mar 2013 15:11:56 +0000 (+0000) Subject: - testcode/ldns-testpkts.c check for makedist is informational. X-Git-Tag: release-1.4.20rc1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08d5059ddb246cc13d0ad7eb6a5020a304ae29cf;p=thirdparty%2Funbound.git - testcode/ldns-testpkts.c check for makedist is informational. git-svn-id: file:///svn/unbound/trunk@2856 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 9285c02fe..000fbb897 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 11 March 2013: Wouter - iana portlist update. + - testcode/ldns-testpkts.c check for makedist is informational. 15 February 2013: Wouter - fix defines in lookup3 for bigendian bsd alpha diff --git a/makedist.sh b/makedist.sh index c2e2f82ca..888783540 100755 --- a/makedist.sh +++ b/makedist.sh @@ -382,7 +382,7 @@ if test ! -z "$LDNSDIR"; then diff -q $LDNSDIR/examples/ldns-testpkts.h testcode/ldns-testpkts.h; then info "ldns-testpkts.c and ldns-testpkts.h are OK" else - error_cleanup "ldns-testpkts is different in ldns and unbound" + info "ldns-testpkts is different in ldns and unbound" fi fi cd $temp_dir/unbound