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.14-196-ge315850


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  e315850c088ad13a160132a6fcec9d7564dd3c08 (commit)
      from  775a77e7e43c75ce3a7960f249eb3b189889ec20 (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=e315850c088ad13a160132a6fcec9d7564dd3c08

commit e315850c088ad13a160132a6fcec9d7564dd3c08
Author: David S. Miller <davem@davemloft.net>
Date:   Sat Aug 20 21:19:28 2011 -0700

    Fix typo in tst-cleanup0.out rule.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 40d90e7..06d19b9 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-20  David S. Miller  <davem@davemloft.net>
+
+	* Makefile (tst-cleanup0.out): Fix typo in output redirection.
+
 2011-08-14  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/i386/pthreaddef.h (TCB_ALIGNMENT): Set to 64, optimal on Atom.
diff --git a/nptl/Makefile b/nptl/Makefile
index 266f178..18c3182 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -550,7 +550,7 @@ $(objpfx)pt-initfini.s: pt-initfini.c
 		$(patsubst -f%,-fno-%,$(exceptions)) -o $@
 
 $(objpfx)tst-cleanup0.out: /dev/null $(objpfx)tst-cleanup0
-	$(make-test-out) 2>&1 | cmp - tst-cleanup0.expect >& $@
+	$(make-test-out) 2>&1 | cmp - tst-cleanup0.expect > $@
 
 # We only have one kind of startup code files.  Static binaries and
 # shared libraries are build using the PIC version.

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

Summary of changes:
 nptl/ChangeLog |    4 ++++
 nptl/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]