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. c9dc470a7982250085c721e3f1436add8110ef63
Date: Sun, 19 Feb 2012 04:37:00 +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  c9dc470a7982250085c721e3f1436add8110ef63 (commit)
      from  484a9acf0e463a588cc050229aabf1cb453b89c4 (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=c9dc470a7982250085c721e3f1436add8110ef63


commit c9dc470a7982250085c721e3f1436add8110ef63
Author: David Levine <address@hidden>
Date:   Sat Feb 18 22:36:50 2012 -0600

    Ken noted that "make check" can be run before installation because the only 
program in lib that the tests currently use is mhlproc, and we have an mhlproc 
entry in the test .mh_profile for that.  Added showproc and postproc entries in 
case they're ever needed.

diff --git a/INSTALL b/INSTALL
index a2e2d61..1da728e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -50,7 +50,12 @@ need an ANSI C compiler such as gcc.
 
 3) make
 
-4) make install
+4) make check
+
+   This takes a bit of time, around one minute on a modern machine,
+   but is highly recommended.
+
+5) make install
 
    Note that if you have [n]mh files in your install directories with
    the same names as the files being installed, the old ones will get
@@ -61,7 +66,7 @@ need an ANSI C compiler such as gcc.
    make is processing that directory to see if you need to merge
    changes from *.prev files into the new versions.
 
-5) Edit the file `mts.conf' (installed in the nmh `etc' directory)
+6) Edit the file `mts.conf' (installed in the nmh `etc' directory)
    and make any necessary changes for the mail transport interface
    you are using.
 
@@ -95,7 +100,7 @@ need an ANSI C compiler such as gcc.
    default value allows the most flexibility.  See the discussion of the
    --enable-masquerade configure option below).
 
-6) Edit the file `mhn.defaults' (installed in the nmh `etc' directory).
+7) Edit the file `mhn.defaults' (installed in the nmh `etc' directory).
    This file contains the default profile entries for the nmh command
    `mhn' and is created by the script `mhn.defaults.sh'.  This script
    will search a generic path (essentially your $PATH) for programs to
@@ -116,13 +121,6 @@ need an ANSI C compiler such as gcc.
    "MH & xmh: Email for Users and Programmers", 3rd edition, by Jerry Peek,
    on the Internet at <http://rand-mh.sourceforge.net/book/mh/confmhn.html>.
 
-7) make check
-
-   This takes a bit of time, around one minute on a modern machine,
-   but is highly recommended.  If you're going to run it, it must be
-   run after installation.  If you want to run the nmh test suite
-   prior to installation, use "make distcheck".
-
 8) Add an optional global mh.profile, if desired.  This profile should be
    placed in the nmh `etc' directory with the name `mh.profile'.  This
    file will be used to construct the initial .mh_profile of a new nmh
diff --git a/test/common.sh.in b/test/common.sh.in
index fb24d74..f0545e6 100644
--- a/test/common.sh.in
+++ b/test/common.sh.in
@@ -131,6 +131,8 @@ setup_test ()
   cat > $MH <<EOF || exit 1
 Path: ${MH_TEST_DIR}/Mail
 mhlproc: ${MH_LIB_DIR}/mhl
+showproc: ${MH_LIB_DIR}/mhl
+postproc: ${MH_LIB_DIR}/post
 EOF
 
   for f in MailAliases components digestcomps distcomps forwcomps mhl.body \

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

Summary of changes:
 INSTALL           |   18 ++++++++----------
 test/common.sh.in |    2 ++
 2 files changed, 10 insertions(+), 10 deletions(-)


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



reply via email to

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