Message ID | 20250105055750.1668721-25-eggert@cs.ucla.edu (mailing list archive) |
---|---|
State | New |
Headers |
Return-Path: <libc-alpha-bounces~patchwork=sourceware.org@sourceware.org> X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B2C4D3858C3A for <patchwork@sourceware.org>; Sun, 5 Jan 2025 06:26:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2C4D3858C3A Authentication-Results: sourceware.org; dkim=pass (2048-bit key, unprotected) header.d=cs.ucla.edu header.i=@cs.ucla.edu header.a=rsa-sha256 header.s=9D0B346E-2AEB-11ED-9476-E14B719DCE6C header.b=gMx0D/hF X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail.cs.ucla.edu (mail.cs.ucla.edu [131.179.128.66]) by sourceware.org (Postfix) with ESMTPS id 25AD83858CD1 for <libc-alpha@sourceware.org>; Sun, 5 Jan 2025 05:59:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 25AD83858CD1 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=cs.ucla.edu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cs.ucla.edu ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 25AD83858CD1 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=131.179.128.66 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1736056755; cv=none; b=WrtpIrIvduVyFTOwnJ8ozZEsV/Any1pUyY8i7Mcwl1Doy4lhyREhpc98eIxLDXEkg9H/peT715EJLquFvn7BGA0bClVoeMnbE1741XwZ2qjqxS7iw7U2NtC5QNAOwU5xcVaguPTyFGcH1XrJPaxCXGkm45VpCPsKcFrbYaOCI48= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1736056755; c=relaxed/simple; bh=UsYpeI/9s4KSySTAk1kXTOSZUaEaEpO+R2Uozinmmpo=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=x8IsddLqmwOATCLUNiRfSKdvCidszPpjgseJUrRafITAM7b0My5ygmiTmpD5EPlFC1urdmvUuKXkTR6d2r47oLSSxS9FG0WtNXILjThm/fcMLbdG8tfT+6N3GPgYk0pbzrMB09vVKTPaAV44WYyP5QBlCeOtcp7BAbJ3B/mokc0= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25AD83858CD1 Received: from localhost (localhost [127.0.0.1]) by mail.cs.ucla.edu (Postfix) with ESMTP id 978083C123843 for <libc-alpha@sourceware.org>; Sat, 4 Jan 2025 21:59:14 -0800 (PST) Received: from mail.cs.ucla.edu ([127.0.0.1]) by localhost (mail.cs.ucla.edu [127.0.0.1]) (amavis, port 10032) with ESMTP id 2FlY0Qpw26mv; Sat, 4 Jan 2025 21:59:14 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ucla.edu (Postfix) with ESMTP id 578D93C123845; Sat, 4 Jan 2025 21:59:14 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.cs.ucla.edu 578D93C123845 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cs.ucla.edu; s=9D0B346E-2AEB-11ED-9476-E14B719DCE6C; t=1736056754; bh=oc140CupW8dw0oUiNIYsldZT2IiDWWSw1dBhcWgQAXI=; h=From:To:Date:Message-ID:MIME-Version; b=gMx0D/hFGvnD7W7iGUNUWwSbKQLv7nePBJ6LkaoBwvLNly6eaegPQFwEvuo1K00Iq 0cZnTHs8rfZgKopnnJxVl/gi2UNpLZVzwP1gkcUGwA7s1Pr0b3q8EY7NmAiwqsbI6l 6AhLSi/2j7SSPJ/h5jZ/4THpQQA2LPrZjt48aDQeP1zPrRWI5j35ljvEqp2QvQo4+N xm4B4AB4mpsnGs4alXg3pof3vOu1q5feXu76opu8SeWN8DLd0uH+mWZbvPrkC3zyt4 PPg34L+9SwdO/+YfGqIdO2VeZGK287Gz8UevOOvboGYvov9FoH2TxZm9PhEJ1XYGTk UaWEKBEIKPYWw== X-Virus-Scanned: amavis at mail.cs.ucla.edu Received: from mail.cs.ucla.edu ([127.0.0.1]) by localhost (mail.cs.ucla.edu [127.0.0.1]) (amavis, port 10026) with ESMTP id ESIHck8kI6kT; Sat, 4 Jan 2025 21:59:14 -0800 (PST) Received: from wing.home (unknown [47.154.28.214]) by mail.cs.ucla.edu (Postfix) with ESMTPSA id 36A2C3C082EB9; Sat, 4 Jan 2025 21:59:14 -0800 (PST) From: Paul Eggert <eggert@cs.ucla.edu> To: libc-alpha@sourceware.org Cc: Paul Eggert <eggert@cs.ucla.edu> Subject: [PATCH 24/59] Stop using zic's -y option Date: Sat, 4 Jan 2025 21:56:59 -0800 Message-ID: <20250105055750.1668721-25-eggert@cs.ucla.edu> X-Mailer: git-send-email 2.45.2 In-Reply-To: <01207110-bd60-46ae-9c08-fb39c2011067@cs.ucla.edu> References: <01207110-bd60-46ae-9c08-fb39c2011067@cs.ucla.edu> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-10.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Libc-alpha mailing list <libc-alpha.sourceware.org> List-Unsubscribe: <https://sourceware.org/mailman/options/libc-alpha>, <mailto:libc-alpha-request@sourceware.org?subject=unsubscribe> List-Archive: <https://sourceware.org/pipermail/libc-alpha/> List-Post: <mailto:libc-alpha@sourceware.org> List-Help: <mailto:libc-alpha-request@sourceware.org?subject=help> List-Subscribe: <https://sourceware.org/mailman/listinfo/libc-alpha>, <mailto:libc-alpha-request@sourceware.org?subject=subscribe> Errors-To: libc-alpha-bounces~patchwork=sourceware.org@sourceware.org |
Series |
time: sync mktime from Gnulib
|
|
Checks
Context | Check | Description |
---|---|---|
redhat-pt-bot/TryBot-apply_patch | success | Patch applied to master at the time it was sent |
Commit Message
Paul Eggert
Jan. 5, 2025, 5:56 a.m. UTC
* timezone/Makefile (build-testdata): Omit -y option, as current zic merely warns and discards it. (zic-deps): Omit yearistype. --- timezone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/timezone/Makefile b/timezone/Makefile index 6e28a2e670..0c55b72f3f 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -103,7 +103,7 @@ tst-bz28707-ENV = TZDIR=$(testdata) tst-bz29951-ENV = TZDIR=$(testdata) # Note this must come second in the deps list for $(built-program-cmd) to work. -zic-deps = $(objpfx)zic $(leapseconds) yearistype +zic-deps = $(objpfx)zic $(leapseconds) $(testdata)/America/New_York: northamerica $(zic-deps) $(build-testdata)