diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-05-29 10:34:52 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-05-29 10:34:53 +0200 |
commit | e48903000b248f6cdc78238b006b86b63fcdbf8c (patch) | |
tree | 940df2efb9909225b0f777669638ffbe68325313 /stdlib/Makefile | |
parent | b5453d9f7a95545f3941ad439b4fb9af3585ab83 (diff) | |
download | glibc-e48903000b248f6cdc78238b006b86b63fcdbf8c.zip glibc-e48903000b248f6cdc78238b006b86b63fcdbf8c.tar.gz glibc-e48903000b248f6cdc78238b006b86b63fcdbf8c.tar.bz2 |
stdlib: Additional tests need generated locale dependencies
Without these dependencies, the tests fail at high make parallelism
levels if the locale data has not been generated for other reasons.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 1ddb1f9..bf1fbd4 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -174,9 +174,11 @@ include ../gen-locales.mk $(objpfx)bug-strtod2.out: $(gen-locales) $(objpfx)testmb2.out: $(gen-locales) $(objpfx)tst-strtod.out: $(gen-locales) +$(objpfx)tst-strtod1i.out: $(gen-locales) $(objpfx)tst-strtod3.out: $(gen-locales) $(objpfx)tst-strtod4.out: $(gen-locales) $(objpfx)tst-strtod5.out: $(gen-locales) +$(objpfx)tst-strtod5i.out: $(gen-locales) $(objpfx)tst-strtol-locale.out: $(gen-locales) $(objpfx)tst-strtod-nan-locale.out: $(gen-locales) $(objpfx)tst-strfmon_l.out: $(gen-locales) |