aboutsummaryrefslogtreecommitdiff
path: root/localedata
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2017-08-07 17:11:10 +0200
committerAndreas Schwab <schwab@suse.de>2017-08-07 18:13:36 +0200
commitd5afb38503b20d67348071b9ed105238b8da0e11 (patch)
tree80182875a21ea9f90be9d5b40b72d5cf443f4315 /localedata
parent57a72fa3502673754d14707da02c7c44e83b8d20 (diff)
downloadglibc-d5afb38503b20d67348071b9ed105238b8da0e11.zip
glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.gz
glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.bz2
Fix missing redirects in testsuite targets
Diffstat (limited to 'localedata')
-rw-r--r--localedata/ChangeLog5
-rw-r--r--localedata/Makefile4
2 files changed, 7 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 7894965..602526e 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-07 Andreas Schwab <schwab@suse.de>
+
+ * Makefile ($(objpfx)tst-trans.out)
+ ($(objpfx)tst-ctype.out): Redirect output to target.
+
2017-08-03 Mike FABIAN <mfabian@redhat.com>
For the locales doi_IN, kok_IN, and sat_IN, the words for
diff --git a/localedata/Makefile b/localedata/Makefile
index 9db9464..84dbc5a 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 \