]> sourceware.org Git - glibc.git/commitdiff
Fix typo in tst-cleanup0.out rule.
authorDavid S. Miller <davem@davemloft.net>
Sun, 21 Aug 2011 04:19:28 +0000 (21:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Aug 2011 04:19:28 +0000 (21:19 -0700)
nptl/ChangeLog
nptl/Makefile

index 40d90e73f3ce831f82f19a1374d1078f7b8e6ed4..06d19b9411f1627f9881ea76e083ca1fb9a14cb6 100644 (file)
@@ -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.
index 266f178aa971bd3ba002242edc3ba8e476600477..18c31829768a1f2c6d41a7d711acec04ab6b9040 100644 (file)
@@ -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.
This page took 0.060645 seconds and 5 git commands to generate.