projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41acda8
)
Suppress building camellia-gen in "make check" for now (it has a build
author
Greg Hudson
<ghudson@mit.edu>
Sun, 21 Nov 2010 17:35:49 +0000
(17:35 +0000)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/src/lib/crypto/builtin/camellia/Makefile.in
b/src/lib/crypto/builtin/camellia/Makefile.in
index 32cbd5026702532a5fa438b5c4ff3ab0a5d2b558..d848defd844f66f77d6752e2c616a92b835844f5 100644
(file)
--- 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