diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-11-04 18:39:48 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-11-04 18:39:48 +0000 |
| commit | 6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97 (patch) | |
| tree | 9cf685cb19768d297f10dd5f9cc21ed69d7f93b1 /src | |
| parent | bc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7 (diff) | |
| download | krb5-6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97.tar.gz krb5-6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97.tar.xz krb5-6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97.zip | |
Clean up more stuff in make clean
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25437 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 | ||||
| -rw-r--r-- | src/config/post.in | 5 | ||||
| -rw-r--r-- | src/lib/gssapi/generic/Makefile.in | 2 | ||||
| -rw-r--r-- | src/lib/rpc/Makefile.in | 2 | ||||
| -rw-r--r-- | src/plugins/kdb/ldap/ldap_util/Makefile.in | 2 | ||||
| -rw-r--r-- | src/tests/Makefile.in | 2 | ||||
| -rw-r--r-- | src/util/profile/Makefile.in | 3 | ||||
| -rw-r--r-- | src/util/support/Makefile.in | 3 |
8 files changed, 12 insertions, 9 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 5b2d525ce6..e3c5b3264e 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 c59360059c..3439d92a78 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 669ca01815..16069f1383 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 58de423bd7..37de475b47 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 33f3b157a0..8396db9bc5 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 6ce8f0f163..b5bcdf01c5 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 17e7cbf33b..e88094ecce 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 6c059c07d8..6ac91755b4 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@ |
