From patchwork Tue Oct 8 17:45:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Gabriel F. T. Gomes" X-Patchwork-Id: 34883 Received: (qmail 122035 invoked by alias); 8 Oct 2019 17:45:46 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 121990 invoked by uid 89); 8 Oct 2019 17:45:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*F:D*br, H*F:D*net.br, HContent-Transfer-Encoding:8bit X-HELO: smtpout1.mo803.mail-out.ovh.net From: "Gabriel F. T. Gomes" To: CC: Subject: [PATCH] Make tst-strftime2 depend on locale generation Date: Tue, 8 Oct 2019 14:45:09 -0300 Message-ID: <20191008174509.22788-1-gabriel@inconstante.net.br> MIME-Version: 1.0 X-Ovh-Tracer-Id: 14639795013747789507 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedufedrheelgdduvddtucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenuc From: "Gabriel F. T. Gomes" 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. Reviewed-by: Tulio Magno Quites Machado Filho --- 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)"' \