nmh-commits
[Top][All Lists]
Advanced

[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. b347bb6f1897eb70aac91193ce8acba20c87a505
Date: Sat, 28 Jan 2012 02:31:10 +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  b347bb6f1897eb70aac91193ce8acba20c87a505 (commit)
       via  b91c842af55ec941131fdf7b09bfdf9b3124094d (commit)
      from  a9ce7180c66ba70b43051258f6ec3196ba51027b (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=b347bb6f1897eb70aac91193ce8acba20c87a505


commit b347bb6f1897eb70aac91193ce8acba20c87a505
Author: David Levine <address@hidden>
Date:   Fri Jan 27 20:30:58 2012 -0600

    Organized .gitignore to show which objects are deleted by the various 
Makefile clean targets.

diff --git a/.gitignore b/.gitignore
index 1c59e50..c72234e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,29 +1,47 @@
-/autom4te.cache/
+# Not removed by any Makefile target:
+.DS_Store
+
+# Removed by superclean:
+/Makefile.in
+/aclocal.m4
 /compile
-/config.h
+/config.guess
 /config.h.in
 /config.h.in~
-/config.log
-/config.status
+/config.sub
 /configure
+/depcomp
+/install-sh
+/missing
+/ylwrap
+/nmh-*.tar.gz
+
+# Removed by maintainer-clean:
+/autom4te.cache/
+/sbr/dtimep.c
 /cscope.files
 /cscope.out
+
+# Removed by distclean:
+.deps/
+.dirstamp
 /Makefile
-/Makefile.in
+/config.h
+/config.log
+/config.status
 /stamp-h1
+
+# Removed by clean:
+/RPM/
+a.out.DSYM/
 /config/version.c
-/depcomp
-/docs/Makefile
 /etc/mhn.defaults
 /etc/mts.conf
 /etc/sendfiles
-/install-sh
+/man/*.[158]
 /man/man.sed
-/missing
 /mts/libmts.a
-/sbr/dtimep.c
-/sbr/libdtimep.a
-/sbr/libmh.a
+/sbr/*.a
 /sbr/sigmsg.h
 /uip/ali
 /uip/anno
@@ -75,15 +93,6 @@
 /uip/whatnow
 /uip/whom
 /uip/*.exe
-/nmh-*.tar.gz
-/aclocal.m4
-/ylwrap
+
+# Removed by mostlyclean:
 *.o
-*.1
-*.5
-*.8
-a.out.DSYM
-.DS_Store
-.deps
-.dirstamp
-RPM/

http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=b91c842af55ec941131fdf7b09bfdf9b3124094d


commit b91c842af55ec941131fdf7b09bfdf9b3124094d
Author: David Levine <address@hidden>
Date:   Fri Jan 27 19:56:50 2012 -0600

    Added superclean Makefile target.  Added a.out.DSYM's to clean target.  
Added .PHONY indication of rpm target.

diff --git a/Makefile.am b/Makefile.am
index 9d10a03..413e3f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ auxexecdir = @libdir@
 CLEANFILES = config/version.c sbr/sigmsg.h etc/mts.conf etc/sendfiles \
             etc/mhn.defaults man/man.sed $(man_MANS)
 clean-local:
-       @rm -rf RPM
+       @rm -rf RPM a.out.DSYM uip/a.out.DSYM
 
 ##
 ## Stuff that should be cleaned via "make maintainer-clean"
@@ -44,6 +44,16 @@ clean-local:
 MAINTAINERCLEANFILES = cscope.files cscope.out
 
 ##
+## And our own superclean, to get everything left by maintainer-clean.
+##
+SUPERCLEANFILES = Makefile.in aclocal.m4 compile config.guess config.h.in \
+                 config.h.in~ config.sub configure depcomp install-sh missing \
+                 ylwrap nmh-*.tar.gz
+superclean: maintainer-clean
+       @rm -f $(SUPERCLEANFILES)
+.PHONY: superclean
+
+##
 ## Files that need to be built before everything else
 ##
 BUILT_SOURCES = sbr/sigmsg.h
@@ -487,6 +497,7 @@ rpm: dist
        @rpmbuild --define '_topdir $(rpmdir)' \
          --define '_tmppath %{_topdir}/TMP' \
          -ba $(rpmdir)/SPECS/nmh.spec
+.PHONY: rpm
 
 ##
 ## A target to build information needed by cscope

-----------------------------------------------------------------------

Summary of changes:
 .gitignore  |   55 ++++++++++++++++++++++++++++++++-----------------------
 Makefile.am |   13 ++++++++++++-
 2 files changed, 44 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]