From fcece105ab3038cae188bc3d91656c46ae98db93 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 1 Nov 1994 19:56:08 +0000 Subject: [PATCH] Also clean up config.log, pre.out, post.out and Makefile.out git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4603 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 5 +++++ src/config/post.in | 1 + 2 files changed, 6 insertions(+) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 8d4bc9e0f..c457c1ace 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 1 14:11:57 1994 (tytso@rsx-11) + + * post.in (clean): Also clean up config.log, pre.out, post.out and + Makefile.out + Thu Oct 6 19:41:52 1994 Theodore Y. Ts'o (tytso@dcl) * post.in: add default "check" rule for Makefiles that don't do diff --git a/src/config/post.in b/src/config/post.in index b8a0e1d55..a31cf2a44 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -7,4 +7,5 @@ check:: clean:: if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi + $(RM) config.log pre.out post.out Makefile.out -- 2.26.2