krb5 commit: Add missing .gitignore entries and clean rules

Greg Hudson ghudson at MIT.EDU
Wed Feb 27 16:35:27 EST 2013


https://github.com/krb5/krb5/commit/f09c97320e683a2ad0e42df63aeedd16b78c9ad2
commit f09c97320e683a2ad0e42df63aeedd16b78c9ad2
Author: Greg Hudson <ghudson at mit.edu>
Date:   Wed Feb 27 16:33:28 2013 -0500

    Add missing .gitignore entries and clean rules
    
    ticket: 7585

 .gitignore                         |   11 +++++++++++
 src/lib/gssapi/generic/Makefile.in |    4 ++--
 src/lib/krb5/krb/Makefile.in       |    3 +++
 src/lib/krb5/os/Makefile.in        |    2 +-
 src/plugins/kdb/db2/Makefile.in    |    2 +-
 src/tests/Makefile.in              |    3 ++-
 src/tests/gssapi/Makefile.in       |    2 +-
 src/util/support/Makefile.in       |    2 +-
 8 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index bbc8440..fbb9252 100644
--- a/.gitignore
+++ b/.gitignore
@@ -122,6 +122,9 @@ testlog
 /src/lib/crypto/builtin/aes/aes-gen
 /src/lib/crypto/builtin/aes/kresults.out
 
+/src/lib/crypto/builtin/camellia/camellia-gen
+/src/lib/crypto/builtin/camellia/kresults.out
+
 /src/lib/crypto/builtin/des/destest
 /src/lib/crypto/builtin/des/verify
 
@@ -189,10 +192,12 @@ testlog
 /src/lib/krb5/keytab/t_keytab
 
 /src/lib/krb5/krb/t_authdata
+/src/lib/krb5/krb/t_cc_config
 /src/lib/krb5/krb/t_deltat
 /src/lib/krb5/krb/t_etypes
 /src/lib/krb5/krb/t_expand
 /src/lib/krb5/krb/t_expire_warn
+/src/lib/krb5/krb/t_in_ccache
 /src/lib/krb5/krb/t_kerb
 /src/lib/krb5/krb/t_pac
 /src/lib/krb5/krb/t_princ
@@ -202,9 +207,11 @@ testlog
 /src/lib/krb5/krb/t_response_items
 
 /src/lib/krb5/os/t_an_to_ln
+/src/lib/krb5/os/t_expand_path
 /src/lib/krb5/os/t_kuserok
 /src/lib/krb5/os/t_locate_kdc
 /src/lib/krb5/os/t_std_conf
+/src/lib/krb5/os/t_trace
 
 /src/lib/krb5/unicode/.links
 /src/lib/krb5/unicode/ucdata.[ch]
@@ -237,7 +244,9 @@ testlog
 /src/slave/kpropd
 /src/slave/kproplog
 
+/src/tests/gcred
 /src/tests/hist
+/src/tests/kdbtest
 /src/tests/kdc.conf
 /src/tests/krb5.conf
 
@@ -358,3 +367,5 @@ testlog
 /src/util/support/t_path
 /src/util/support/t_path_win
 /src/util/support/t_unal
+
+/src/util/verto/rename.h
diff --git a/src/lib/gssapi/generic/Makefile.in b/src/lib/gssapi/generic/Makefile.in
index 16069f1..39e5150 100644
--- a/src/lib/gssapi/generic/Makefile.in
+++ b/src/lib/gssapi/generic/Makefile.in
@@ -144,10 +144,10 @@ win-create-ehdrdir:
 
 clean-unix:: clean-libobjs
 	$(RM) $(ETHDRS) $(ETSRCS) $(HDRS) $(EXPORTED_BUILT_HEADERS) \
-		$(EHDRDIR)$(S)timestamp errmap.h
+		$(EHDRDIR)$(S)timestamp errmap.h maptest.h
 
 clean-windows::
-	$(RM) $(HDRS)
+	$(RM) $(HDRS) maptest.h
 	-if exist $(EHDRDIR)\nul rmdir $(EHDRDIR)
 
 generate-files-mac: gssapi.h errmap.h
diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in
index 0da6a26..537d717 100644
--- a/src/lib/krb5/krb/Makefile.in
+++ b/src/lib/krb5/krb/Makefile.in
@@ -487,6 +487,9 @@ clean::
 		$(OUTPRE)t_pac$(EXEEXT) $(OUTPRE)t_pac.$(OBJEXT)	\
 		$(OUTPRE)t_princ$(EXEEXT) $(OUTPRE)t_princ.$(OBJEXT)	\
 	$(OUTPRE)t_authdata$(EXEEXT) $(OUTPRE)t_authdata.$(OBJEXT)	\
+	$(OUTPRE)t_cc_config$(EXEEXT) $(OUTPRE)t_cc_config.$(OBJEXT)	\
+	$(OUTPRE)t_in_ccache$(EXEEXT) $(OUTPRE)t_in_ccache.$(OBJEXT)	\
+	$(OUTPRE)t_ad_fx_armor$(EXEEXT) $(OUTPRE)t_ad_fx_armor.$(OBJEXT) \
 	$(OUTPRE)t_vfy_increds$(EXEEXT) $(OUTPRE)t_vfy_increds.$(OBJEXT) \
 	$(OUTPRE)t_response_items$(EXEEXT) $(OUTPRE)t_response_items.$(OBJEXT)
 
diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in
index 1db7cf1..0ffbe08 100644
--- a/src/lib/krb5/os/Makefile.in
+++ b/src/lib/krb5/os/Makefile.in
@@ -284,7 +284,7 @@ check-unix-expand:: t_expand_path
 
 clean:: 
 	$(RM) $(TEST_PROGS) test.out t_std_conf.o t_an_to_ln.o t_locate_kdc.o
-	$(RM) t_kuserok.o
+	$(RM) t_kuserok.o t_trace.o t_expand_path.o
 
 @libobj_frag@
 
diff --git a/src/plugins/kdb/db2/Makefile.in b/src/plugins/kdb/db2/Makefile.in
index ef19559..6dd9e2e 100644
--- a/src/plugins/kdb/db2/Makefile.in
+++ b/src/plugins/kdb/db2/Makefile.in
@@ -78,7 +78,7 @@ $(DB_DEPS) $(DBOBJLISTS-k5) $(DBSHOBJLISTS): all-recurse
 #	$(CC) -shared -o $@ -L$(TOPLIBD) $^ -ldb $(SHLIB_EXPLIBS)
 
 clean::
-	$(RM) lib$(LIBBASE)$(SO_EXT) db2_exp.o
+	$(RM) lib$(LIBBASE)$(SO_EXT) db2_exp.o .depend-verify-db
 
 @libnover_frag@
 @libobj_frag@
diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
index 92d8d68..32bc0b7 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -8,6 +8,7 @@ KRB5_RUN_ENV= @KRB5_RUN_ENV@
 PROG_LIBPATH=-L$(TOPLIBD)
 PROG_RPATH=$(KRB5_LIBDIR)
 
+OBJS= gcred.o hist.o kdbtest.o
 EXTRADEPSRCS= gcred.c hist.c kdbtest.c
 
 TEST_DB = ./testdb
@@ -97,5 +98,5 @@ check-pytests:: gcred hist kdbtest
 	$(RUNPYTEST) $(srcdir)/t_cve-2012-1015.py $(PYTESTFLAGS)
 
 clean::
-	$(RM) krb5.conf kdc.conf
+	$(RM) gcred hist kdbtest krb5.conf kdc.conf
 	$(RM) -rf kdc_realm/sandbox ldap
diff --git a/src/tests/gssapi/Makefile.in b/src/tests/gssapi/Makefile.in
index 36e9d53..5620234 100644
--- a/src/tests/gssapi/Makefile.in
+++ b/src/tests/gssapi/Makefile.in
@@ -14,7 +14,7 @@ SRCS=	$(srcdir)/t_accname.c $(srcdir)/t_ccselect.c $(srcdir)/t_credstore.c \
 
 OBJS=	ccinit.o ccrefresh.o common.o t_accname.o t_ccselect.o t_credstore.o \
 	t_export_cred.o t_export_name.o t_gssexts.o t_imp_cred.o t_imp_name.o \
-	t_inq_cred.o t_inq_mechs_name.o t_namingexts.o t_s4u.o \
+	t_inq_cred.o t_inq_mechs_name.o t_namingexts.o t_oid.o t_s4u.o \
 	t_s4u2proxy_krb5.o t_saslname.o t_spnego.o
 
 COMMON_DEPS= common.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS)
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index 74baf4b..2eb4e6a 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -218,7 +218,7 @@ check-unix:: $(TEST_PROGS)
 clean::
 	$(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 t_base64.o t_base64
-	$(RM) libkrb5support.exports
+	$(RM) t_json.o t_json libkrb5support.exports
 
 @lib_frag@
 @libobj_frag@


More information about the cvs-krb5 mailing list