From d5afb38503b20d67348071b9ed105238b8da0e11 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 7 Aug 2017 17:11:10 +0200 Subject: Fix missing redirects in testsuite targets --- localedata/ChangeLog | 5 +++++ localedata/Makefile | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 7894965a59..602526e3ed 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2017-08-07 Andreas Schwab + + * Makefile ($(objpfx)tst-trans.out) + ($(objpfx)tst-ctype.out): Redirect output to target. + 2017-08-03 Mike FABIAN For the locales doi_IN, kok_IN, and sat_IN, the words for diff --git a/localedata/Makefile b/localedata/Makefile index 9db9464b3e..84dbc5adbb 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -164,13 +164,13 @@ $(objpfx)tst-trans.out: tst-trans.sh $(objpfx)tst-trans \ $(SHELL) $< $(common-objpfx) '$(run-program-prefix-before-env)' \ '$(run-program-env)' '$(run-program-prefix-after-env)' \ '$(test-program-prefix-before-env)' \ - '$(test-program-prefix-after-env)'; \ + '$(test-program-prefix-after-env)' > $@; \ $(evaluate-test) $(objpfx)tst-ctype.out: tst-ctype.sh $(objpfx)tst-ctype \ $(objpfx)sort-test.out \ $(addprefix $(objpfx),$(CTYPE_FILES)) $(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \ - '$(run-program-env)' '$(test-program-cmd-after-env)'; \ + '$(run-program-env)' '$(test-program-cmd-after-env)' > $@; \ $(evaluate-test) $(objpfx)tst-langinfo.out: tst-langinfo.sh $(objpfx)tst-langinfo \ $(objpfx)sort-test.out \ -- cgit 1.4.1