[30250] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix some omissions in make clean

daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Jul 5 14:54:52 2018

Date: Thu, 5 Jul 2018 14:54:46 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201807051854.w65Iskgl028183@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/368b0b02390f0450c0123db7b172206d9847b6fd
commit 368b0b02390f0450c0123db7b172206d9847b6fd
Author: Greg Hudson <ghudson@mit.edu>
Date:   Wed Jul 4 14:58:35 2018 +0000

    Fix some omissions in make clean

 src/lib/krb5/krb/Makefile.in          |    2 +-
 src/plugins/preauth/spake/Makefile.in |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in
index 55f82b1..e4015b6 100644
--- a/src/lib/krb5/krb/Makefile.in
+++ b/src/lib/krb5/krb/Makefile.in
@@ -529,7 +529,7 @@ clean:
 	$(OUTPRE)t_response_items$(EXEEXT) \
 	$(OUTPRE)t_response_items.$(OBJEXT) \
 	$(OUTPRE)t_sname_match$(EXEEXT) $(OUTPRE)t_sname_match.$(OBJEXT) \
-	$(OUTPRE)t_valid_times$(EXEEXT) $(OUTPRE)t_valid_times.$(OBJECT) \
+	$(OUTPRE)t_valid_times$(EXEEXT) $(OUTPRE)t_valid_times.$(OBJEXT) \
 	$(OUTPRE)t_parse_host_string$(EXEEXT) \
 	$(OUTPRE)t_parse_host_string.$(OBJEXT)
 
diff --git a/src/plugins/preauth/spake/Makefile.in b/src/plugins/preauth/spake/Makefile.in
index d127e92..b51d4d6 100644
--- a/src/plugins/preauth/spake/Makefile.in
+++ b/src/plugins/preauth/spake/Makefile.in
@@ -43,6 +43,9 @@ all-unix: all-liblinks
 install-unix: install-libs
 clean-unix:: clean-liblinks clean-libs clean-libobjs
 
+clean:
+	$(RM) t_vectors t_vectors.o $(STLIBOBJS)
+
 check-unix: t_vectors
 	$(RUN_TEST_LOCAL_CONF) ./t_vectors
 
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post