[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-2-g7e0a3fb
From: |
Simon Josefsson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-2-g7e0a3fb |
Date: |
Thu, 17 Dec 2009 07:51:05 +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 7e0a3fb6690fcbd5eb781f0985cebe3ba6e159f0 (commit)
via b054f096a3689776504f78116b0b133e20bb7d0e (commit)
from 8db488bbc51cd3b1fdd8d268c7a62b2ca465b537 (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=7e0a3fb6690fcbd5eb781f0985cebe3ba6e159f0
commit 7e0a3fb6690fcbd5eb781f0985cebe3ba6e159f0
Author: Simon Josefsson <address@hidden>
Date: Thu Dec 17 08:51:01 2009 +0100
tests/Makefile.am (TESTS): Change $(check_SCRIPTS) to $(dist_check_SCRIPTS).
diff --git a/ChangeLog b/ChangeLog
index f240866..f2790ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-17 Simon Josefsson <address@hidden>
+
+ * tests/Makefile.am (TESTS): Change $(check_SCRIPTS) to
+ $(dist_check_SCRIPTS).
+
2009-12-13 Alfred M. Szmidt <address@hidden>
* configure.ac: Bump version number to 1.7.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 33cfa1e..b29260c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -22,6 +22,6 @@ LDADD = -L../libinetutils -linetutils ../lib/libgnu.a
check_PROGRAMS = localhost
dist_check_SCRIPTS = ping-localhost.sh traceroute-localhost.sh
-TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
+TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS)
TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=b054f096a3689776504f78116b0b133e20bb7d0e
commit b054f096a3689776504f78116b0b133e20bb7d0e
Author: Simon Josefsson <address@hidden>
Date: Thu Dec 17 08:50:17 2009 +0100
Updated. (silent change, generated files from gnulib-import)
diff --git a/lib/.gitignore b/lib/.gitignore
index 42b0fa1..c76a7a5 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -55,6 +55,7 @@ fchownat.c
fclose.c
fcntl--.h
fcntl-safer.h
+fcntl.c
fcntl.h
fcntl.in.h
fd-safer.c
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
lib/.gitignore | 1 +
tests/Makefile.am | 2 +-
3 files changed, 7 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_7-2-g7e0a3fb,
Simon Josefsson <=