[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. d56dfa454816efe28617188efa7ef85f473c329e |
Date: |
Sat, 07 Jan 2012 15:20:12 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via d56dfa454816efe28617188efa7ef85f473c329e (commit)
from 597b45b7764ccf1fc6a8cafaa4423d47e70995f5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=d56dfa454816efe28617188efa7ef85f473c329e
commit d56dfa454816efe28617188efa7ef85f473c329e
Author: David Levine <address@hidden>
Date: Sat Jan 7 09:19:59 2012 -0600
Added removal of autom4te.cache directory to mostlyclean-local.
diff --git a/Makefile.in b/Makefile.in
index d83cff3..6b7b1d6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -111,6 +111,7 @@ superclean: superclean-recursive superclean-local
mostlyclean-local:
rm -f *~
+ $(RM) -r autom4te.cache
clean-local: mostlyclean-local
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. d56dfa454816efe28617188efa7ef85f473c329e,
David Levine <=