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.11-366-g3aa6513


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  3aa6513708820aad6304c86c62e25b3b294b23f5 (commit)
      from  5d7a6541c2365c64622904366bc4f5c1cb2a73d5 (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=3aa6513708820aad6304c86c62e25b3b294b23f5

commit 3aa6513708820aad6304c86c62e25b3b294b23f5
Author: Roland McGrath <roland@redhat.com>
Date:   Fri Apr 9 13:59:34 2010 -0700

    Fix tst-chmod not to write into srcdir.

diff --git a/ChangeLog b/ChangeLog
index 2cafb71..2c80d69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-09  Roland McGrath  <roland@redhat.com>
+
+	* posix/Makefile (tst-chmod-ARGS): Pass $(objdir), not `pwd`.
+
 2010-04-08  Ulrich Drepper  <drepper@redhat.com>
 
 	[BZ #10915]
diff --git a/posix/Makefile b/posix/Makefile
index df0e6f1..643d7e5 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -179,7 +179,7 @@ tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
 tst-exec-ARGS = -- $(built-program-cmd)
 tst-spawn-ARGS = -- $(built-program-cmd)
 tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir
-tst-chmod-ARGS = `pwd`
+tst-chmod-ARGS = $(objdir)
 tst-vfork3-ARGS = --test-dir=$(objpfx)
 
 tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata

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

Summary of changes:
 ChangeLog      |    4 ++++
 posix/Makefile |    2 +-
 2 files changed, 5 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]