svn rev #24687: trunk/src/ lib/crypto/builtin/sha2/ lib/crypto/krb/ lib/krb5/krb/ ...

epeisach@MIT.EDU epeisach at MIT.EDU
Sun Mar 6 08:29:05 EST 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24687
Commit By: epeisach
Log Message:
On make clean remove test programs and object files. In lib/krb5/krb
make depend as a test program was missed from the source list.




Changed Files:
U   trunk/src/lib/crypto/builtin/sha2/Makefile.in
U   trunk/src/lib/crypto/krb/Makefile.in
U   trunk/src/lib/krb5/krb/Makefile.in
U   trunk/src/lib/krb5/krb/deps
U   trunk/src/tests/gssapi/Makefile.in
Modified: trunk/src/lib/crypto/builtin/sha2/Makefile.in
===================================================================
--- trunk/src/lib/crypto/builtin/sha2/Makefile.in	2011-03-05 19:16:28 UTC (rev 24686)
+++ trunk/src/lib/crypto/builtin/sha2/Makefile.in	2011-03-06 13:29:05 UTC (rev 24687)
@@ -36,7 +36,7 @@
 	$(RUN_SETUP) $(VALGRIND) $(C)t_sha256
 
 clean::
-	$(RM) t_sha256$(EXEEXT) t_sha256$(OBJEXT)
+	$(RM) t_sha256$(EXEEXT) t_sha256.$(OBJEXT)
 
 clean-unix:: clean-libobjs
 

Modified: trunk/src/lib/crypto/krb/Makefile.in
===================================================================
--- trunk/src/lib/crypto/krb/Makefile.in	2011-03-05 19:16:28 UTC (rev 24686)
+++ trunk/src/lib/crypto/krb/Makefile.in	2011-03-06 13:29:05 UTC (rev 24687)
@@ -201,6 +201,7 @@
 	$(CC_LINK) -o t_fortuna t_fortuna.o $(K5CRYPTO_LIB) $(SUPPORT_LIB)
 
 clean-unix:: clean-libobjs
+	$(RM) t_fortuna.o t_fortuna t_fortuna.output
 
 @lib_frag@
 @libobj_frag@

Modified: trunk/src/lib/krb5/krb/Makefile.in
===================================================================
--- trunk/src/lib/krb5/krb/Makefile.in	2011-03-05 19:16:28 UTC (rev 24686)
+++ trunk/src/lib/krb5/krb/Makefile.in	2011-03-06 13:29:05 UTC (rev 24687)
@@ -324,7 +324,8 @@
 	$(srcdir)/t_expand.c	\
 	$(srcdir)/t_pac.c	\
 	$(srcdir)/t_princ.c	\
-	$(srcdir)/t_etypes.c
+	$(srcdir)/t_etypes.c    \
+	$(srcdir)/t_expire_warn.c
 
 # Someday, when we have a "maintainer mode", do this right:
 BISON=bison
@@ -442,6 +443,7 @@
 		$(OUTPRE)t_ser$(EXEEXT) $(OUTPRE)t_ser.$(OBJEXT)	\
 		$(OUTPRE)t_deltat$(EXEEXT) $(OUTPRE)t_deltat.$(OBJEXT) \
 		$(OUTPRE)t_expand$(EXEEXT) $(OUTPRE)t_expand.$(OBJEXT)  \
+	$(OUTPRE)t_expire_warn$(EXEEXT) $(OUTPRE)t_expire_warn.$(OBJEXT)  \
 		$(OUTPRE)t_etypes$(EXEEXT) $(OUTPRE)t_etypes.$(OBJEXT)	\
 		$(OUTPRE)t_pac$(EXEEXT) $(OUTPRE)t_pac.$(OBJEXT)	\
 		$(OUTPRE)t_princ$(EXEEXT) $(OUTPRE)t_princ.$(OBJEXT)	\

Modified: trunk/src/lib/krb5/krb/deps
===================================================================
--- trunk/src/lib/krb5/krb/deps	2011-03-05 19:16:28 UTC (rev 24686)
+++ trunk/src/lib/krb5/krb/deps	2011-03-06 13:29:05 UTC (rev 24687)
@@ -1202,3 +1202,14 @@
   $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
   $(top_srcdir)/include/krb5/preauth_plugin.h $(top_srcdir)/include/port-sockets.h \
   $(top_srcdir)/include/socket-utils.h t_etypes.c
+t_expire_warn.so t_expire_warn.po $(OUTPRE)t_expire_warn.$(OBJEXT): \
+  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
+  $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
+  $(COM_ERR_DEPS) $(top_srcdir)/include/k5-buf.h $(top_srcdir)/include/k5-err.h \
+  $(top_srcdir)/include/k5-gmt_mktime.h $(top_srcdir)/include/k5-int-pkinit.h \
+  $(top_srcdir)/include/k5-int.h $(top_srcdir)/include/k5-platform.h \
+  $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \
+  $(top_srcdir)/include/k5-trace.h $(top_srcdir)/include/krb5.h \
+  $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
+  $(top_srcdir)/include/krb5/preauth_plugin.h $(top_srcdir)/include/port-sockets.h \
+  $(top_srcdir)/include/socket-utils.h t_expire_warn.c

Modified: trunk/src/tests/gssapi/Makefile.in
===================================================================
--- trunk/src/tests/gssapi/Makefile.in	2011-03-05 19:16:28 UTC (rev 24686)
+++ trunk/src/tests/gssapi/Makefile.in	2011-03-06 13:29:05 UTC (rev 24687)
@@ -31,5 +31,6 @@
 	$(CC_LINK) -o t_saslname t_saslname.o $(GSS_LIBS) $(KRB5_BASE_LIBS)
 
 clean::
-	$(RM) t_imp_name t_s4u t_namingexts t_gssexts t_spnego t_saslname
+	$(RM) t_accname t_imp_name t_s4u t_namingexts t_gssexts \
+		t_spnego t_saslname
 




More information about the cvs-krb5 mailing list