Suppress building camellia-gen in "make check" for now (it has a build
authorGreg Hudson <ghudson@mit.edu>
Sun, 21 Nov 2010 17:35:49 +0000 (17:35 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sun, 21 Nov 2010 17:35:49 +0000 (17:35 +0000)
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

src/lib/crypto/builtin/camellia/Makefile.in

index 32cbd5026702532a5fa438b5c4ff3ab0a5d2b558..d848defd844f66f77d6752e2c616a92b835844f5 100644 (file)
@@ -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