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-94-gab1f0a


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-94-gab1f0a1
Date: Mon, 14 May 2012 21:39:12 +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  ab1f0a199cfeb217cadbfccf2c7b9095e97b452d (commit)
      from  3fe34309295537e0c494b591d800f272985d2129 (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=ab1f0a199cfeb217cadbfccf2c7b9095e97b452d


commit ab1f0a199cfeb217cadbfccf2c7b9095e97b452d
Author: Mats Erik Andersson <address@hidden>
Date:   Mon May 14 23:32:23 2012 +0200

    Build test binaries early.

diff --git a/ChangeLog b/ChangeLog
index f73a5eb..24ee853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2012-05-14  Mats Erik Andersson  <address@hidden>
 
+       Build test binaries early.
+
+       * tests/Makefile.am (check_PROGRAMS): Removed variable.
+       (bin_PROGRAMS): New variable.
+       (TESTS): Use `bin_PROGRAMS' instead of `check_PROGRAMS'.
+
+2012-05-14  Mats Erik Andersson  <address@hidden>
+
        traceroute: Stop at unreachable destinations.
 
        * src/traceroute.c (unreach_sign): New variable.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e48e6f4..1b3c60a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,9 +21,9 @@ AM_CPPFLAGS = $(iu_INCLUDES)
 
 LDADD = $(iu_LIBRARIES)
 
-check_PROGRAMS = localhost
+bin_PROGRAMS = localhost
 if ENABLE_inetd
-check_PROGRAMS += addrpeek
+bin_PROGRAMS += addrpeek
 endif
 
 dist_check_SCRIPTS =
@@ -68,7 +68,7 @@ if ENABLE_dnsdomainname
 dist_check_SCRIPTS += dnsdomainname.sh
 endif
 
-TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS)
+TESTS = $(bin_PROGRAMS) $(dist_check_SCRIPTS)
 
 TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)
 

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

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


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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