svn rev #25437: trunk/src/ config/ lib/gssapi/generic/ lib/rpc/ plugins/kdb/ldap/ldap_util/ ...

ghudson@MIT.EDU ghudson at MIT.EDU
Fri Nov 4 14:39:48 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25437
Commit By: ghudson
Log Message:
Clean up more stuff in make clean


Changed Files:
U   trunk/src/Makefile.in
U   trunk/src/config/post.in
U   trunk/src/lib/gssapi/generic/Makefile.in
U   trunk/src/lib/rpc/Makefile.in
U   trunk/src/plugins/kdb/ldap/ldap_util/Makefile.in
U   trunk/src/tests/Makefile.in
U   trunk/src/util/profile/Makefile.in
U   trunk/src/util/support/Makefile.in
Modified: trunk/src/Makefile.in
===================================================================
--- trunk/src/Makefile.in	2011-11-04 18:39:35 UTC (rev 25436)
+++ trunk/src/Makefile.in	2011-11-04 18:39:48 UTC (rev 25437)
@@ -596,7 +596,7 @@
 	cat pyrunenv.vals >> $@
 
 clean-unix::
-	$(RM) runenv.py pyrunenv.vals
+	$(RM) runenv.py runenv.pyc pyrunenv.vals
 
 COV_BUILD=	cov-build
 COV_ANALYZE=	cov-analyze

Modified: trunk/src/config/post.in
===================================================================
--- trunk/src/config/post.in	2011-11-04 18:39:35 UTC (rev 25436)
+++ trunk/src/config/post.in	2011-11-04 18:39:48 UTC (rev 25437)
@@ -139,8 +139,9 @@
 clean:: clean-$(WHAT)
 
 clean-unix::
-	$(RM) $(OBJS) $(DEPTARGETS_CLEAN) $(EXTRA_FILES) et-[ch]-*.et et-[ch]-*.[ch]
-	-$(RM) -r $(top_srcdir)/autom4te.cache
+	$(RM) $(OBJS) $(DEPTARGETS_CLEAN) $(EXTRA_FILES)
+	$(RM) et-[ch]-*.et et-[ch]-*.[ch] testlog
+	-$(RM) -r $(top_srcdir)/autom4te.cache testdir
 
 clean-windows::
 	$(RM) *.$(OBJEXT)

Modified: trunk/src/lib/gssapi/generic/Makefile.in
===================================================================
--- trunk/src/lib/gssapi/generic/Makefile.in	2011-11-04 18:39:35 UTC (rev 25436)
+++ trunk/src/lib/gssapi/generic/Makefile.in	2011-11-04 18:39:48 UTC (rev 25437)
@@ -144,7 +144,7 @@
 
 clean-unix:: clean-libobjs
 	$(RM) $(ETHDRS) $(ETSRCS) $(HDRS) $(EXPORTED_BUILT_HEADERS) \
-		$(EHDRDIR)$(S)timestamp
+		$(EHDRDIR)$(S)timestamp errmap.h
 
 clean-windows::
 	$(RM) $(HDRS)

Modified: trunk/src/lib/rpc/Makefile.in
===================================================================
--- trunk/src/lib/rpc/Makefile.in	2011-11-04 18:39:35 UTC (rev 25436)
+++ trunk/src/lib/rpc/Makefile.in	2011-11-04 18:39:48 UTC (rev 25437)
@@ -229,7 +229,7 @@
 	touch types.stamp
 
 clean-unix::
-	$(RM) types.stamp
+	$(RM) types.stamp $(BUILDTOP)/include/gssrpc/types.h
 clean-windows::
 	$(RM) types.stamp
 

Modified: trunk/src/plugins/kdb/ldap/ldap_util/Makefile.in
===================================================================
--- trunk/src/plugins/kdb/ldap/ldap_util/Makefile.in	2011-11-04 18:39:35 UTC (rev 25436)
+++ trunk/src/plugins/kdb/ldap/ldap_util/Makefile.in	2011-11-04 18:39:48 UTC (rev 25437)
@@ -29,4 +29,4 @@
 	$(INSTALL_DATA) $(srcdir)/$(PROG).M ${DESTDIR}$(ADMIN_MANDIR)/$(PROG).8
 
 clean::
-	$(RM) $(PROG) $(OBJS) 
+	$(RM) $(PROG) $(OBJS) getdate.c

Modified: trunk/src/tests/Makefile.in
===================================================================
--- trunk/src/tests/Makefile.in	2011-11-04 18:39:35 UTC (rev 25436)
+++ trunk/src/tests/Makefile.in	2011-11-04 18:39:48 UTC (rev 25437)
@@ -74,5 +74,5 @@
 #	$(RUNPYTEST) $(srcdir)/kdc_realm/kdcref.py $(PYTESTFLAGS)
 
 clean::
-	$(RM) kdc.conf
+	$(RM) krb5.conf kdc.conf
 	$(RM) -rf kdc_realm/sandbox

Modified: trunk/src/util/profile/Makefile.in
===================================================================
--- trunk/src/util/profile/Makefile.in	2011-11-04 18:39:35 UTC (rev 25436)
+++ trunk/src/util/profile/Makefile.in	2011-11-04 18:39:48 UTC (rev 25437)
@@ -141,7 +141,8 @@
 clean-unix:: clean-libs clean-libobjs
 	$(RM) $(PROGS) *.o *~ core prof_err.h profile.h prof_err.c
 	$(RM) test_load test_parse test_profile test_vtable profile_tcl
-	$(RM) modtest.conf
+	$(RM) modtest.conf testinc.ini testinc2.ini
+	$(RM) -r test_include_dir
 
 clean-windows::
 	$(RM) $(PROFILE_HDR)

Modified: trunk/src/util/support/Makefile.in
===================================================================
--- trunk/src/util/support/Makefile.in	2011-11-04 18:39:35 UTC (rev 25436)
+++ trunk/src/util/support/Makefile.in	2011-11-04 18:39:48 UTC (rev 25437)
@@ -198,7 +198,8 @@
 	./t_unal
 
 clean::
-	$(RM) t_k5buf.o t_k5buf t_unal.o t_unal path_win.o path_win t_path_win.o t_path_win  t_path.o t_path
+	$(RM) t_k5buf.o t_k5buf t_unal.o t_unal path_win.o path_win
+	$(RM) t_path_win.o t_path_win t_path.o t_path libkrb5support.exports
 
 @lib_frag@
 @libobj_frag@




More information about the cvs-krb5 mailing list