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 /intl/Makefile | |
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 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/intl/Makefile b/intl/Makefile index ce3072420f..3195cb54ad 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -83,22 +83,22 @@ $(objpfx)mtrace-tst-gettext.out: $(objpfx)tst-gettext.out $(objpfx)tst-gettext.out: tst-gettext.sh $(objpfx)tst-gettext $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \ '$(run-program-env)' '$(test-program-prefix-after-env)' \ - $(common-objpfx)intl/ $(objpfx)tst-gettext.mtrace > $@; \ + $(common-objpfx)intl/ $(objpfx)tst-gettext.mtrace; \ $(evaluate-test) $(objpfx)tst-translit.out: tst-translit.sh $(objpfx)tst-translit $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' \ - $(common-objpfx)intl/ > $@; \ + $(common-objpfx)intl/; \ $(evaluate-test) $(objpfx)tst-gettext2.out: tst-gettext2.sh $(objpfx)tst-gettext2 $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \ '$(run-program-env)' '$(test-program-prefix-after-env)' \ - $(common-objpfx)intl/ > $@; \ + $(common-objpfx)intl/; \ $(evaluate-test) $(objpfx)tst-gettext4.out: tst-gettext4.sh $(objpfx)tst-gettext4 - $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/ > $@; \ + $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/; \ $(evaluate-test) $(objpfx)tst-gettext6.out: tst-gettext6.sh $(objpfx)tst-gettext6 - $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/ > $@; \ + $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/; \ $(evaluate-test) $(objpfx)tst-codeset.out: $(codeset_mo) |