Clean up more stuff in make clean
authorGreg Hudson <ghudson@mit.edu>
Fri, 4 Nov 2011 18:39:48 +0000 (18:39 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 4 Nov 2011 18:39:48 +0000 (18:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25437 dc483132-0cff-0310-8789-dd5450dbe970

src/Makefile.in
src/config/post.in
src/lib/gssapi/generic/Makefile.in
src/lib/rpc/Makefile.in
src/plugins/kdb/ldap/ldap_util/Makefile.in
src/tests/Makefile.in
src/util/profile/Makefile.in
src/util/support/Makefile.in

index 5b2d525ce632f7180545348d9e8becf234549665..e3c5b3264e37a7ff084d878abe67cedd1adcb27c 100644 (file)
@@ -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
index c59360059cc9103240708f1d5c5f9b0c311d75ce..3439d92a78ef814bbba951e45f532e87da74e19b 100644 (file)
@@ -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)
index 669ca018154b8ff0c3753df7ed6f7c37db6d21c5..16069f13839303cb84417225eec12fd53e7da3f4 100644 (file)
@@ -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)
index 58de423bd73541d66f303d8d5a7a65e90848bb72..37de475b47e935cf88f0bd8c474606d964be7df2 100644 (file)
@@ -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
 
index 33f3b157a0b306bfdadfad319eb3ab2e2039c018..8396db9bc54b085308002883ce87e98f08b9d336 100644 (file)
@@ -29,4 +29,4 @@ install::
        $(INSTALL_DATA) $(srcdir)/$(PROG).M ${DESTDIR}$(ADMIN_MANDIR)/$(PROG).8
 
 clean::
-       $(RM) $(PROG) $(OBJS) 
+       $(RM) $(PROG) $(OBJS) getdate.c
index 6ce8f0f163a7c7d20583965fa2fda33235380d8a..b5bcdf01c5f4b524c5b13daace8b8fc203bddb33 100644 (file)
@@ -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
index 17e7cbf33b0fd202b8de0d7bd720e7814dd648ad..e88094ecce85f9759bdfc440d8ff4039eb21543d 100644 (file)
@@ -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)
index 6c059c07d8765320c35190637fb88b13209011f1..6ac91755b4d1fa24003f3525fe0f4b61303c88e0 100644 (file)
@@ -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@