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-519-g10b40d8


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  10b40d85672e13032422572f2106752b31ed1704 (commit)
      from  0708a7d1f08d12da03bbaac84e59370f75030d95 (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=10b40d85672e13032422572f2106752b31ed1704

commit 10b40d85672e13032422572f2106752b31ed1704
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Oct 24 11:48:00 2012 +0000

    Use build directory instead of `pwd` in ftwtest-sh.

diff --git a/ChangeLog b/ChangeLog
index 905c413..d0dd89d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
 
+	* io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
+
 	* posix/globtest.sh (TMPDIR): Do not set.
 	(testdir): Define using ${common_objpfx}posix not $TMPDIR.
 	(testout): Likewise.
diff --git a/io/ftwtest-sh b/io/ftwtest-sh
index adc6667..3bbf306 100644
--- a/io/ftwtest-sh
+++ b/io/ftwtest-sh
@@ -44,7 +44,7 @@ LANG=C
 export LANG
 
 # First create our scenario:
-tmp=`pwd | sed 's|\(.\)/*$|\1|'`
+tmp=${objpfx}io
 tmpdir=$tmp/ftwtest.d
 
 trap 'chmod -fR a+x $tmpdir; rm -fr $tmpdir $testout' 1 2 3 15

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

Summary of changes:
 ChangeLog     |    2 ++
 io/ftwtest-sh |    2 +-
 2 files changed, 3 insertions(+), 1 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]