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, lmh, updated. 1


From: Lyndon Nerenberg
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, lmh, updated. 1.6-branchpoint-201-g3557488
Date: Mon, 06 Oct 2014 10:35:15 +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, lmh has been updated
       via  355748847adee220344f91b6fc46f4ccd8596238 (commit)
       via  13b681bb64f2bb17fc9d3f4e4ee73463f2820fd9 (commit)
      from  527e7f3cb8c0ca6fcf8e95c0c438d810ebe21d1b (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 -----------------------------------------------------------------
commit 355748847adee220344f91b6fc46f4ccd8596238
Author: Lyndon Nerenberg <address@hidden>
Date:   Sun Oct 5 05:06:46 2014 -0700

    Allow extra build flags from the environment.
    
    The following environment variables are now imcorporated into the Makefiles:
    
    $NMH_CFLAGS pre-pended to $(CFLAGS)
    $NMH_LDFLAGS        pre-pended to $(LDFLAGS)
    $NMH_LDADD  appended to $(LDFLAGS)
    
    These are intended for developers to customize their debugging
    environment. E.g., on Sun boxes you can 'export NMH_CFLAGS=-errwarn' to
    have the compile exit on warnings.
    
    $NMH_LDADD is useful for adding custom libraries to the link step.

commit 13b681bb64f2bb17fc9d3f4e4ee73463f2820fd9
Author: Lyndon Nerenberg <address@hidden>
Date:   Sun Oct 5 05:01:36 2014 -0700

    Solaris workaround for snprintf() and str[n]casecmp() missing prototypes.
    
    Solaris' handling of <string.h> and <strings.h> is a real mess.  Until they
    clean that up, we don't have much choice but to hammer it over the head
    with #define __EXTENSIONS__.
    
    This has only been going on for, what, two decades now?

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

Summary of changes:
 cmd/Makefile     |    4 ++--
 h/libmh.h        |   12 ++++++++++++
 libexec/Makefile |    4 ++--
 liblua/Makefile  |    6 +++---
 libmh/Makefile   |    4 ++--
 5 files changed, 21 insertions(+), 9 deletions(-)


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



reply via email to

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