Pádraig Brady <[email protected]> writes: > * NEWS: Mention the more encompassing remoteness check for df. > * po/POTFILES.in: Add new lib/cygpath.c dependency. > --- > NEWS | 3 +++ > gnulib | 2 +- > po/POTFILES.in | 1 + > 3 files changed, 5 insertions(+), 1 deletion(-)
I pushed the attached patch to update it again, since Bruno removed the cygpath dependency. Collin
>From 3685407e918761ab0c9f5c41bbbe5ba05462edee Mon Sep 17 00:00:00 2001 Message-ID: <3685407e918761ab0c9f5c41bbbe5ba05462edee.1772319454.git.collin.fu...@gmail.com> From: Collin Funk <[email protected]> Date: Sat, 28 Feb 2026 14:23:26 -0800 Subject: [PATCH] build: update gnulib submodule to latest * po/POTFILES.in: Remove recently added lib/cygpath.c dependency after gnulib commit 2a893de047 (filesystem-remote: New module., 2026-02-28). --- gnulib | 2 +- po/POTFILES.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gnulib b/gnulib index 0a12ab6c8..2a893de04 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 0a12ab6c8564f4a2980c5fc3b6ab7cd1a6ff262c +Subproject commit 2a893de047b7be60f86e9dff0e91b5e7467d2c2c diff --git a/po/POTFILES.in b/po/POTFILES.in index 245a604e1..0c9dfe810 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -8,7 +8,6 @@ lib/c-file-type.c lib/closein.c lib/closeout.c lib/copy-acl.c -lib/cygpath.c lib/error.c lib/gai_strerror.c lib/getopt.c -- 2.53.0
