This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.27.9000-292-gb07367b


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 C Library master sources".

The branch, master has been updated
       via  b07367bcf8ef92ab746c70258a17d386083a274e (commit)
      from  397f5789da6258ed59db1a238b6623f6f3b085d2 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b07367bcf8ef92ab746c70258a17d386083a274e

commit b07367bcf8ef92ab746c70258a17d386083a274e
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Apr 4 16:08:18 2018 +0200

    inet: Actually build and run tst-deadline

diff --git a/ChangeLog b/ChangeLog
index 0748cda..663e80c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-04-04  Florian Weimer  <fweimer@redhat.com>
+
+	inet: Actually build and run tst-deadline.
+	* inet/Makefile (tests-internal): Add tst-deadline and do not
+	overwrite the variable.
+	(tests-static-internal): Remove variable.
+
 2018-04-03  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #22947]
diff --git a/inet/Makefile b/inet/Makefile
index f63c7e2..5d02c37 100644
--- a/inet/Makefile
+++ b/inet/Makefile
@@ -57,11 +57,11 @@ tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \
 # tst-deadline must be linked statically so that we can access
 # internal functions.
 tests-static += tst-deadline
-tests-static-internal := tst-deadline
+tests-internal += tst-deadline
 
 # tst-inet6_scopeid_pton also needs internal functions but does not
 # need to be linked statically.
-tests-internal := tst-inet6_scopeid_pton
+tests-internal += tst-inet6_scopeid_pton
 
 include ../Rules
 

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

Summary of changes:
 ChangeLog     |    7 +++++++
 inet/Makefile |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]