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.16-ports-merge-532-g6a345e4


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  6a345e4261f34abd45b15c41469a942237a48537 (commit)
      from  1e9d84cdbc46301a0d9e83f7044393f7d8139382 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6a345e4261f34abd45b15c41469a942237a48537

commit 6a345e4261f34abd45b15c41469a942237a48537
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Oct 25 21:59:14 2012 +0000

    Use bash to run nptl/tst-tls6.sh.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 62771e3..553c778 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-25  Joseph Myers  <joseph@codesourcery.com>
+
+	* Makefile ($(objpfx)tst-tls6.out): Use $(BASH) not $(SHELL) to
+	run tst-tls6.sh.
+	* tst-tls6.sh: Use /bin/bash not /bin/sh.
+
 2012-10-25  Roland McGrath  <roland@hack.frob.com>
 
 	* tst-basic2.c (do_test): Return RESULT, not always zero.
diff --git a/nptl/Makefile b/nptl/Makefile
index f84646e..c7bb61b 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -475,7 +475,7 @@ $(objpfx)tst-tls6.out: tst-tls6.sh $(objpfx)tst-tls5 \
 		       $(objpfx)tst-tls5moda.so $(objpfx)tst-tls5modb.so \
 		       $(objpfx)tst-tls5modc.so $(objpfx)tst-tls5modd.so \
 		       $(objpfx)tst-tls5mode.so $(objpfx)tst-tls5modf.so
-	$(SHELL) $< $(common-objpfx) $(elf-objpfx) \
+	$(BASH) $< $(common-objpfx) $(elf-objpfx) \
 		    $(rtld-installed-name) '$(test-wrapper-env)'
 endif
 
diff --git a/nptl/tst-tls6.sh b/nptl/tst-tls6.sh
index 6ef1232..27450c3 100755
--- a/nptl/tst-tls6.sh
+++ b/nptl/tst-tls6.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 # A tls test.
 # Copyright (C) 2003-2012 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.

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

Summary of changes:
 nptl/ChangeLog   |    6 ++++++
 nptl/Makefile    |    2 +-
 nptl/tst-tls6.sh |    2 +-
 3 files changed, 8 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]