Redirect check-localplt output to check-localplt.out.

This commit is contained in:
Roland McGrath 2012-05-01 13:30:55 -07:00
parent 90fe4186b3
commit f5a01ca927
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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.
* elf/Makefile ($(objpfx)check-localplt): Target removed.
(check-localplt-CFLAGS): Variable removed.

View File

@ -958,7 +958,8 @@ $(objpfx)check-localplt.out: $(..)scripts/check-localplt.awk \
$(localplt-built-dso:=.jmprel) \
$(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
$(objpfx)tst-dlopenrpathmod.so: $(libdl)