commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-63-g45fc01


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-63-g45fc01f
Date: Wed, 21 Mar 2012 11:20:30 +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 "GNU Inetutils ".

The branch, master has been updated
       via  45fc01f25fee6aebb6eddc42576ab00212778da3 (commit)
      from  6065febe54c92af0636342075553b7a00ce6f976 (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/inetutils.git/commit/?id=45fc01f25fee6aebb6eddc42576ab00212778da3


commit 45fc01f25fee6aebb6eddc42576ab00212778da3
Author: Mats Erik Andersson <address@hidden>
Date:   Wed Mar 21 12:20:18 2012 +0100

    tests: Distribute tools.sh.in.

diff --git a/ChangeLog b/ChangeLog
index fb35379..d6ea7c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,8 @@
        on `dd', `mktemp', and `netstat'.  Declare as precious with AC_ARG_VAR.
        (SED): New variable.  Set using AC_PROG_SED, protect by AC_ARG_VAR.
        (GREP): Protect using AC_ARG_VAR.
-       * tests/Makefile.am (BUILT_SOURCES, tools_subst): New variables.
+       * tests/Makefile.am (BUILT_SOURCES, EXTRA_DIST, CLEANFILES)
+       (tools_subst): New variables.
        (tools.sh): New target.
        * tests/ftp-localhost.sh: Source `tools.sh'.  Use $GREP, $MKTEMP,
        $NETSTAT, and $SED instead of utility names.  Change tests for `grep',
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9709a62..e48e6f4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -72,8 +72,12 @@ TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS)
 
 TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)
 
+EXTRA_DIST = tools.sh.in
+
 BUILT_SOURCES = tools.sh
 
+CLEANFILES = tools.sh
+
 tools_subst = sed -e 's,address@hidden@],$(GREP),g' \
              -e 's,address@hidden@],$(SED),g' \
              -e 's,address@hidden@],$(DD),g' \

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

Summary of changes:
 ChangeLog         |    3 ++-
 tests/Makefile.am |    4 ++++
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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