This is the mail archive of the libc-alpha@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]

[PATCH] Fix typo in nptl Makefile


Committed as obvious.  bash silently accepts this, but other
POSIX compliant shells (f.e. dash) do not.

nptl/

 	* Makefile (tst-cleanup0.out): Fix typo in output redirection.

---
 nptl/ChangeLog |    4 ++++
 nptl/Makefile  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 1dc5f20..7174268 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-14  David S. Miller  <davem@davemloft.net>
+
+	* Makefile (tst-cleanup0.out): Fix typo in output redirection.
+
 2011-08-08  Andreas Schwab  <schwab@redhat.com>
 
 	* sysdeps/unix/sysv/linux/x86_64/cancellation.S: Maintain aligned
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.
-- 
1.7.6.401.g6a319


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