diff options
author | Andreas Schwab <schwab@suse.de> | 2020-10-01 15:42:38 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2020-10-08 10:09:30 +0200 |
commit | 8f8052c2aadebe05140c433b2fc9b2c04a0199e0 (patch) | |
tree | d63d6a0bace7755fdbdde0cf794e0196c063ff82 /stdlib | |
parent | a04689ee7a2600a1466354096123c57ccd1e1dc7 (diff) | |
download | glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar.gz glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar.bz2 glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.zip |
Revert "Fix missing redirects in testsuite targets"
This reverts commit d5afb38503. The log files are actually created by the
various shell scripts that drive the tests.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 4615f6dfe7..f8a1660186 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -208,7 +208,7 @@ $(objpfx)isomac: isomac.c $(objpfx)tst-fmtmsg.out: tst-fmtmsg.sh $(objpfx)tst-fmtmsg $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \ '$(run-program-env)' '$(test-program-prefix-after-env)' \ - $(common-objpfx)stdlib/ > $@; \ + $(common-objpfx)stdlib/; \ $(evaluate-test) $(objpfx)tst-putenv: $(objpfx)tst-putenvmod.so @@ -239,7 +239,7 @@ $(objpfx)tst-tls-atexit-nodelete.out: $(objpfx)tst-tls-atexit-lib.so $(objpfx)tst-setcontext3.out: tst-setcontext3.sh $(objpfx)tst-setcontext3 $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \ '$(run-program-env)' '$(test-program-prefix-after-env)' \ - $(common-objpfx)stdlib/ > $@; \ + $(common-objpfx)stdlib/; \ $(evaluate-test) $(objpfx)tst-makecontext: $(libdl) |