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: 1173457 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-105744-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=inconstante.net.br Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="sq5M6jDG"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46nlBS0PY1z9s4Y for ; Wed, 9 Oct 2019 04:45:51 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding:content-type; q=dns; s= default; b=ZHPqYMP1C7jzamNfEhnmaljfZI8OZwyo2H8sW+yskTe9Z5Vc+X30x vaJ4RNcL2yuRRXsuogO4JYIAZI5KrYMm8UGw3LZRHSOpq6fSRZ/heuhvIlR40a/A A8oNd6W9aQwmgnDwnToiudMX/SGbhqMPtgCPHkBSxW8twCRcgjrApQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding:content-type; s=default; bh=1lNKQaGl9fGiC43DQHCTKEbJGhQ=; b=sq5M6jDGugGuVCKKNvIHNVVdG1CE RpY8UNJb2p2NmNxsWl5z8l15e2mYWeEQ0Vh5uzU9dkQydwMCZ7ecbl994CFvY5yk 4a6vBlwE1RIUuXbdErdQi96XqiurkCGUqtXeniVokhYxOjqPaT7oyDnUWQAXAKQp A+I8W3UwKsaKySU= 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)"' \