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. c45b37ce0f7ac22ebd606269bbc7674f6b49370e
Date: Thu, 26 Jan 2012 01:44:41 +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  c45b37ce0f7ac22ebd606269bbc7674f6b49370e (commit)
       via  c60df0b596663452d3b0930bd8deec9586f08104 (commit)
      from  0cd4ef27dfd7ab539a3217287795d4d9732c18d0 (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=c45b37ce0f7ac22ebd606269bbc7674f6b49370e


commit c45b37ce0f7ac22ebd606269bbc7674f6b49370e
Author: David Levine <address@hidden>
Date:   Wed Jan 25 19:44:30 2012 -0600

    If using gcc, use -Wno-unused-macros when compiling sbr/dtime.o.

diff --git a/.gitignore b/.gitignore
index f00adc1..b5766db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@
 /missing
 /mts/libmts.a
 /sbr/dtimep.c
+/sbr/libdtimep.a
 /sbr/libmh.a
 /sbr/sigmsg.h
 /uip/ali
diff --git a/Makefile.am b/Makefile.am
index f7b8661..1e326b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ ACLOCAL_AMFLAGS = -I m4
 ## LDADD is included in the program-specific LDADD since we want to add
 ## to this list of libraries, not replace it.
 ##
-LDADD = sbr/libmh.a
+LDADD = sbr/libmh.a sbr/libdtimep.a
 
 ##
 ## These are used to create the default mhn.defaults config file
@@ -72,7 +72,7 @@ auxexec_PROGRAMS = uip/ap uip/conflict uip/dp uip/fmtdump 
uip/mhl uip/post \
 ## Internal libraries that we create as part of the build process
 ## but do not install
 ##
-noinst_LIBRARIES = sbr/libmh.a mts/libmts.a
+noinst_LIBRARIES = sbr/libmh.a sbr/libdtimep.a mts/libmts.a
 
 ##
 ## These are all of our header files.  Right now we don't install any of
@@ -390,7 +390,7 @@ sbr_libmh_a_SOURCES = sbr/addrsbr.c sbr/ambigsw.c 
sbr/atooi.c sbr/brkstring.c \
                      sbr/context_replace.c sbr/context_save.c \
                      sbr/copy.c sbr/copyip.c sbr/cpydata.c \
                      sbr/cpydgst.c sbr/crawl_folders.c sbr/discard.c \
-                     sbr/done.c sbr/dtime.c sbr/dtimep.l \
+                     sbr/done.c sbr/dtime.c \
                      sbr/error.c  sbr/ext_hook.c sbr/fdcompare.c \
                      sbr/folder_addmsg.c sbr/folder_delmsgs.c \
                      sbr/folder_free.c sbr/folder_pack.c \
@@ -424,6 +424,9 @@ sbr_libmh_a_CPPFLAGS = -I./sbr 
-DNMHETCDIR='"$(sysconfdir)"' \
                -DDEFAULT_EDITOR='"$(default_editor)"' \
                -DDEFAULT_PAGER='"$(default_pager)"'
 
+sbr_libdtimep_a_SOURCES = sbr/dtimep.l
+sbr_libdtimep_a_CFLAGS = $(sbr_libmh_a_CPPFLAGS) 
$(DISABLE_UNUSED_MACROS_WARNING)
+
 mts_libmts_a_SOURCES = mts/smtp/hosts.c mts/smtp/smtp.c
 
 ##

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


commit c60df0b596663452d3b0930bd8deec9586f08104
Author: David Levine <address@hidden>
Date:   Wed Jan 25 19:38:49 2012 -0600

    Removed unused local bp.

diff --git a/uip/termsbr.c b/uip/termsbr.c
index 71782d7..fa33fac 100644
--- a/uip/termsbr.c
+++ b/uip/termsbr.c
@@ -57,7 +57,7 @@ static char termcap[TXTSIZ];
 static void
 read_termcap(void)
 {
-    char *bp, *cp;
+    char *cp;
     char *term;
 
 #ifndef TGETENT_ACCEPTS_NULL

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

Summary of changes:
 .gitignore    |    1 +
 Makefile.am   |    9 ++++++---
 uip/termsbr.c |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)


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



reply via email to

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