mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Redirect check-localplt output to check-localplt.out.
This commit is contained in:
parent
90fe4186b3
commit
f5a01ca927
@ -1,5 +1,8 @@
|
|||||||
2012-05-01 Roland McGrath <roland@hack.frob.com>
|
2012-05-01 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
|
||||||
|
output to the target.
|
||||||
|
|
||||||
* scripts/localplt.awk: New file.
|
* scripts/localplt.awk: New file.
|
||||||
* elf/Makefile ($(objpfx)check-localplt): Target removed.
|
* elf/Makefile ($(objpfx)check-localplt): Target removed.
|
||||||
(check-localplt-CFLAGS): Variable removed.
|
(check-localplt-CFLAGS): Variable removed.
|
||||||
|
@ -958,7 +958,8 @@ $(objpfx)check-localplt.out: $(..)scripts/check-localplt.awk \
|
|||||||
$(localplt-built-dso:=.jmprel) \
|
$(localplt-built-dso:=.jmprel) \
|
||||||
$(check-data)
|
$(check-data)
|
||||||
LC_ALL=C $(AWK) -f $(filter-out $< $(check-data),$^) | \
|
LC_ALL=C $(AWK) -f $(filter-out $< $(check-data),$^) | \
|
||||||
LC_ALL=C $(AWK) -f $< $(check-data) -
|
LC_ALL=C $(AWK) -f $< $(check-data) - \
|
||||||
|
> $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(objpfx)tst-dlopenrpathmod.so: $(libdl)
|
$(objpfx)tst-dlopenrpathmod.so: $(libdl)
|
||||||
|
Loading…
Reference in New Issue
Block a user