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 <levin...@acm.org>
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

_______________________________________________
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to