From c9097e37c7bfdb407e1a5f137b69802a61390def Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 31 May 2023 06:27:16 -0600 Subject: [PATCH] Add missing backslash to update-gnulib.sh A user on irc noticed a missing backslash on one line in update-gnulib.sh. This patch adds it. Re-running update-gnulib.sh causes a few copyright notices to change. Presumably these are from upstream gnulib and shouldn't be touched by our yearly update. I've updated the script to account for this, but I did not want to try testing it... --- gdb/copyright.py | 2 ++ gnulib/Makefile.in | 2 +- gnulib/doc/gendocs_template | 2 +- gnulib/doc/gendocs_template_min | 2 +- gnulib/update-gnulib.sh | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gdb/copyright.py b/gdb/copyright.py index 5456aca2aa0..2fbcaa9d37d 100755 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -218,6 +218,8 @@ EXCLUDE_LIST = ( "gdb/nat/glibc_thread_db.h", "gdb/CONTRIBUTE", "gdbsupport/Makefile.in", + "gnulib/doc/gendocs_template", + "gnulib/doc/gendocs_template_min", "gnulib/import", "gnulib/config.in", "gnulib/Makefile.in", diff --git a/gnulib/Makefile.in b/gnulib/Makefile.in index 6a2091627d2..8d5bf7f1672 100644 --- a/gnulib/Makefile.in +++ b/gnulib/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ -# Copyright (C) 2019-2022 Free Software Foundation, Inc. +# Copyright (C) 2019-2023 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gnulib/doc/gendocs_template b/gnulib/doc/gendocs_template index a101977dfc4..0415d947be6 100644 --- a/gnulib/doc/gendocs_template +++ b/gnulib/doc/gendocs_template @@ -2,7 +2,7 @@