public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Make tst-strftime2 depend on locale generation
@ 2019-10-08 17:45 Gabriel F. T. Gomes
  2019-10-08 18:23 ` Florian Weimer
  2019-10-08 18:48 ` [PATCH] " Tulio Magno Quites Machado Filho
  0 siblings, 2 replies; 5+ messages in thread
From: Gabriel F. T. Gomes @ 2019-10-08 17:45 UTC (permalink / raw)
  To: libc-alpha; +Cc: pc

From: "Gabriel F. T. Gomes" <gabrielftg@linux.ibm.com>

Building the test cases in parallel might make tst-strftime2 fail.
Simply re-running the test case (or building with -j1) makes the problem
go away.  This patch adds the necessary dependency to allow parallel
builds in the time subdirectory.

Tested for powerpc64le.
---
 time/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/time/Makefile b/time/Makefile
index b9217992a6..cface6f68a 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -61,6 +61,7 @@ include ../gen-locales.mk
 
 $(objpfx)tst-ftime_l.out: $(gen-locales)
 $(objpfx)tst-strptime.out: $(gen-locales)
+$(objpfx)tst-strftime2.out: $(gen-locales)
 endif
 
 tz-cflags = -DTZDIR='"$(zonedir)"' \
-- 
2.21.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-08 20:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 17:45 [PATCH] Make tst-strftime2 depend on locale generation Gabriel F. T. Gomes
2019-10-08 18:23 ` Florian Weimer
2019-10-08 20:43   ` [PATCH v2] " Gabriel F. T. Gomes
2019-10-08 20:44     ` Florian Weimer
2019-10-08 18:48 ` [PATCH] " Tulio Magno Quites Machado Filho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).