mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Fix typo in tst-cleanup0.out rule.
This commit is contained in:
parent
775a77e7e4
commit
e315850c08
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user