From: Greg Hudson Date: Fri, 4 Nov 2011 18:39:48 +0000 (+0000) Subject: Clean up more stuff in make clean X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97;p=krb5.git Clean up more stuff in make clean git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25437 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/Makefile.in b/src/Makefile.in index 5b2d525ce..e3c5b3264 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -596,7 +596,7 @@ runenv.py: pyrunenv.vals 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 diff --git a/src/config/post.in b/src/config/post.in index c59360059..3439d92a7 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -139,8 +139,9 @@ check-pytests:: 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) diff --git a/src/lib/gssapi/generic/Makefile.in b/src/lib/gssapi/generic/Makefile.in index 669ca0181..16069f138 100644 --- a/src/lib/gssapi/generic/Makefile.in +++ b/src/lib/gssapi/generic/Makefile.in @@ -144,7 +144,7 @@ win-create-ehdrdir: clean-unix:: clean-libobjs $(RM) $(ETHDRS) $(ETSRCS) $(HDRS) $(EXPORTED_BUILT_HEADERS) \ - $(EHDRDIR)$(S)timestamp + $(EHDRDIR)$(S)timestamp errmap.h clean-windows:: $(RM) $(HDRS) diff --git a/src/lib/rpc/Makefile.in b/src/lib/rpc/Makefile.in index 58de423bd..37de475b4 100644 --- a/src/lib/rpc/Makefile.in +++ b/src/lib/rpc/Makefile.in @@ -229,7 +229,7 @@ types.stamp: $(top_srcdir)/include/gssrpc/types.hin $(BUILDTOP)/config.status touch types.stamp clean-unix:: - $(RM) types.stamp + $(RM) types.stamp $(BUILDTOP)/include/gssrpc/types.h clean-windows:: $(RM) types.stamp diff --git a/src/plugins/kdb/ldap/ldap_util/Makefile.in b/src/plugins/kdb/ldap/ldap_util/Makefile.in index 33f3b157a..8396db9bc 100644 --- a/src/plugins/kdb/ldap/ldap_util/Makefile.in +++ b/src/plugins/kdb/ldap/ldap_util/Makefile.in @@ -29,4 +29,4 @@ install:: $(INSTALL_DATA) $(srcdir)/$(PROG).M ${DESTDIR}$(ADMIN_MANDIR)/$(PROG).8 clean:: - $(RM) $(PROG) $(OBJS) + $(RM) $(PROG) $(OBJS) getdate.c diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in index 6ce8f0f16..b5bcdf01c 100644 --- a/src/tests/Makefile.in +++ b/src/tests/Makefile.in @@ -74,5 +74,5 @@ check-pytests:: # $(RUNPYTEST) $(srcdir)/kdc_realm/kdcref.py $(PYTESTFLAGS) clean:: - $(RM) kdc.conf + $(RM) krb5.conf kdc.conf $(RM) -rf kdc_realm/sandbox diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 17e7cbf33..e88094ecc 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -141,7 +141,8 @@ profile_tcl: profile_tcl.o $(PROF_DEPLIB) $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB) 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) diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in index 6c059c07d..6ac91755b 100644 --- a/src/util/support/Makefile.in +++ b/src/util/support/Makefile.in @@ -198,7 +198,8 @@ check-unix:: $(TEST_PROGS) ./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@