From: Greg Hudson Date: Sun, 21 Nov 2010 17:35:49 +0000 (+0000) Subject: Suppress building camellia-gen in "make check" for now (it has a build X-Git-Tag: krb5-1.10-alpha1~654 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=78bbe4ffabe9e6164cbebc69777b5c4cfb97e765;p=krb5.git Suppress building camellia-gen in "make check" for now (it has a build issue on Solaris which will go away when Camellia support becomes unconditional). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24525 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/builtin/camellia/Makefile.in b/src/lib/crypto/builtin/camellia/Makefile.in index 32cbd5026..d848defd8 100644 --- a/src/lib/crypto/builtin/camellia/Makefile.in +++ b/src/lib/crypto/builtin/camellia/Makefile.in @@ -39,7 +39,8 @@ camellia-gen: camellia-gen.o $(GEN_OBJS) run-camellia-gen: camellia-gen ./camellia-gen > kresults.out -check:: run-camellia-gen +# Enable when Camellia support becomes unconditional. +#check:: run-camellia-gen clean-unix:: clean-libobjs