[27886] in CVS-changelog-for-Kerberos-V5
krb5 commit: Actually build t_enctypes
daemon@ATHENA.MIT.EDU (Tom Yu)
Mon Aug 12 15:22:35 2013
Date: Mon, 12 Aug 2013 15:22:26 -0400
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201308121922.r7CJMQVK007723@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/34efd90d941999b277b901cf6ea18ac52141f7e9
commit 34efd90d941999b277b901cf6ea18ac52141f7e9
Author: Tom Yu <tlyu@mit.edu>
Date: Mon Aug 12 15:19:36 2013 -0400
Actually build t_enctypes
Commit 2e956074b228ff4df3b7462037ab69e4e88ffffe omitted adding a
dependency to the "all" target to force the build of the t_enctypes
test program.
ticket: 7688
src/tests/gssapi/Makefile.in | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/tests/gssapi/Makefile.in b/src/tests/gssapi/Makefile.in
index da6f534..04cba07 100644
--- a/src/tests/gssapi/Makefile.in
+++ b/src/tests/gssapi/Makefile.in
@@ -18,10 +18,10 @@ OBJS= ccinit.o ccrefresh.o common.o t_accname.o t_ccselect.o t_credstore.o \
COMMON_DEPS= common.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS)
COMMON_LIBS= common.o $(GSS_LIBS) $(KRB5_BASE_LIBS)
-all:: ccinit ccrefresh t_accname t_ccselect t_credstore t_export_cred \
- t_export_name t_gssexts t_imp_cred t_imp_name t_inq_cred \
- t_inq_mechs_name t_namingexts t_s4u t_s4u2proxy_krb5 t_saslname \
- t_spnego t_oid
+all:: ccinit ccrefresh t_accname t_ccselect t_credstore t_enctypes \
+ t_export_cred t_export_name t_gssexts t_imp_cred t_imp_name \
+ t_inq_cred t_inq_mechs_name t_namingexts t_s4u t_s4u2proxy_krb5 \
+ t_saslname t_spnego t_oid
check-unix:: t_oid
$(RUN_SETUP) $(VALGRIND) ./t_oid
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5