summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2020-10-01 15:42:38 +0200
committerAndreas Schwab <schwab@suse.de>2020-10-08 10:09:30 +0200
commit8f8052c2aadebe05140c433b2fc9b2c04a0199e0 (patch)
treed63d6a0bace7755fdbdde0cf794e0196c063ff82 /stdlib
parenta04689ee7a2600a1466354096123c57ccd1e1dc7 (diff)
downloadglibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar.gz
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/Makefile4
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)