From: Willem Toorop Date: Thu, 13 Jun 2013 13:26:36 +0000 (+0200) Subject: Reenable splint & create .gitignore 2e try X-Git-Tag: release-1.6.17rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e11404e93925482a0084d18abedbc55eca3f950;p=thirdparty%2Fldns.git Reenable splint & create .gitignore 2e try --- diff --git a/.gitignore b/.gitignore index 4bf4f9ea..2ae7f70f 100644 --- a/.gitignore +++ b/.gitignore @@ -185,6 +185,44 @@ /sha2.o /str2host.lo /str2host.o +/test/.done-01-compile +/test/.done-02-lint +/test/.done-03-run +/test/.done-04-run-normal +/test/.done-05-iana-rr-types +/test/.done-07-compile-examples +/test/.done-08-zonereader +/test/.done-09-doc-check +/test/.done-12-unit-tests-dnssec +/test/.done-13-unit-tests-base +/test/.done-14-read-zone +/test/.done-15-unit-tests-rrtypes +/test/.done-16-compile-builddir +/test/.done-17-stub-resolver +/test/.done-18-drill-tests1 +/test/.done-19-keygen +/test/.done-20-sign-zone +/test/.done-30-load-pyldns +/test/.done-31-load-pyldnsx +/test/.done-32-unbound-1.4.20-regression +/test/.done-33-wget-compile-test-unbound-latest +/test/.done-999-compile-nossl +/test/.done-codingstyle +/test/result.02-lint +/test/result.03-run +/test/result.04-run-normal +/test/result.05-iana-rr-types +/test/result.08-zonereader +/test/result.09-doc-check +/test/result.12-unit-tests-dnssec +/test/result.13-unit-tests-base +/test/result.14-read-zone +/test/result.15-unit-tests-rrtypes +/test/result.17-stub-resolver +/test/result.18-drill-tests1 +/test/result.19-keygen +/test/result.20-sign-zone +/test/result.codingstyle /tsig.lo /tsig.o /update.lo diff --git a/Makefile.in b/Makefile.in index 11fd0406..e5036f2a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,6 +57,8 @@ LINTFLAGS += "-Dsigset_t=long" LINTFLAGS += "-D__uint16_t=uint16_t" -D"__pure2=" -D"__wchar_t=wchar_t" -D"__packed=" -D"__aligned(x)=" # Ubuntu oneiric" LINTFLAGS += -D"__BEGIN_DECLS=" -D"__ssize_t=ssize_t" -D"__intptr_t=intptr_t" -D"__nonnull(x)=" -D"__THROW=" -D"__wur=" -D"__off_t=unsigned" -D"__off64_t=unsigned" -D"__useconds_t=unsigned" -D"__uid_t=unsigned" -D"__gid_t=unsigned" -D"__attribute_deprecated__=" -D"__pid_t=unsigned" -D"__restrict=" -D"__END_DECLS=" -D"__BEGIN_NAMESPACE_STD=" -D"__END_NAMESPACE_STD=" -D"__BEGIN_NAMESPACE_C99=" -D"__END_NAMESPACE_C99=" -D"__socklen_t=unsigned" -D"sa_family_t=unsigned " -D"__mode_t=unsigned" -D"u_int16_t=uint16_t" -D"u_int32_t=uint32_t" -D"u_int8_t=uint8_t" -D"u_short=unsigned short" -D"__u16=uint16_t" -D"__u32=uint32_t" -D"__u64=uint64_t" +# FreeBSD 9 +LINTFLAGS += -D"_RuneLocale=int" DEPFLAG = @DEPFLAG@ INSTALL = $(srcdir)/install-sh diff --git a/test/test_all.sh b/test/test_all.sh index 335c7b55..37cda999 100755 --- a/test/test_all.sh +++ b/test/test_all.sh @@ -19,7 +19,6 @@ test_tool_avail "dig" echo start the test at `date` in `pwd` $TPKG clean $TPKG -a ../.. fake 01-compile.tpkg -$TPKG -a ../.. fake 02-lint.tpkg $TPKG -a ../.. fake 07-compile-examples.tpkg $TPKG -a ../.. fake 16-compile-builddir.tpkg $TPKG -a ../.. fake 30-load-pyldns.tpkg