diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-11-01 19:56:08 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-11-01 19:56:08 +0000 |
| commit | fcece105ab3038cae188bc3d91656c46ae98db93 (patch) | |
| tree | 077645ca58ed785b67507c370bade44aa3218dd7 /src | |
| parent | 224911c07becad9d9e31366216dc47b91476b41b (diff) | |
| download | krb5-fcece105ab3038cae188bc3d91656c46ae98db93.tar.gz krb5-fcece105ab3038cae188bc3d91656c46ae98db93.tar.xz krb5-fcece105ab3038cae188bc3d91656c46ae98db93.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 5 | ||||
| -rw-r--r-- | src/config/post.in | 1 |
2 files changed, 6 insertions, 0 deletions
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 |
