svn rev #24608: branches/krb5-1-9/src/lib/crypto/builtin/camellia/

tlyu@MIT.EDU tlyu at MIT.EDU
Mon Jan 31 17:44:18 EST 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24608
Commit By: tlyu
Log Message:
ticket: 6847
version_fixed: 1.9.1
status: resolved

pull up r24525 from trunk

 ------------------------------------------------------------------------
 r24525 | ghudson | 2010-11-21 12:35:49 -0500 (Sun, 21 Nov 2010) | 4 lines

 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).


Changed Files:
U   branches/krb5-1-9/src/lib/crypto/builtin/camellia/Makefile.in
Modified: branches/krb5-1-9/src/lib/crypto/builtin/camellia/Makefile.in
===================================================================
--- branches/krb5-1-9/src/lib/crypto/builtin/camellia/Makefile.in	2011-01-31 22:44:13 UTC (rev 24607)
+++ branches/krb5-1-9/src/lib/crypto/builtin/camellia/Makefile.in	2011-01-31 22:44:18 UTC (rev 24608)
@@ -39,7 +39,8 @@
 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




More information about the cvs-krb5 mailing list