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...
This commit is contained in:
Tom Tromey 2023-05-31 06:27:16 -06:00
parent 83aa25512d
commit c9097e37c7
5 changed files with 6 additions and 4 deletions

View file

@ -218,6 +218,8 @@ EXCLUDE_LIST = (
"gdb/nat/glibc_thread_db.h", "gdb/nat/glibc_thread_db.h",
"gdb/CONTRIBUTE", "gdb/CONTRIBUTE",
"gdbsupport/Makefile.in", "gdbsupport/Makefile.in",
"gnulib/doc/gendocs_template",
"gnulib/doc/gendocs_template_min",
"gnulib/import", "gnulib/import",
"gnulib/config.in", "gnulib/config.in",
"gnulib/Makefile.in", "gnulib/Makefile.in",

View file

@ -14,7 +14,7 @@
@SET_MAKE@ @SET_MAKE@
# Copyright (C) 2019-2022 Free Software Foundation, Inc. # Copyright (C) 2019-2023 Free Software Foundation, Inc.
# This file is part of GDB. # This file is part of GDB.

View file

@ -2,7 +2,7 @@
<!-- Parent-Version: 1.78 --> <!-- Parent-Version: 1.78 -->
<!-- <!--
Copyright (C) 2006-2023 Free Software Foundation, Inc. Copyright (C) 2006-2022 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright are permitted in any medium without royalty provided the copyright

View file

@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<!-- <!--
Copyright (C) 2007-2023 Free Software Foundation, Inc. Copyright (C) 2007-2022 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright are permitted in any medium without royalty provided the copyright

View file

@ -49,7 +49,7 @@ IMPORTED_GNULIB_MODULES="\
gettimeofday \ gettimeofday \
gitlog-to-changelog \ gitlog-to-changelog \
glob \ glob \
inet_ntop inet_ntop \
inttypes \ inttypes \
lstat \ lstat \
limits-h \ limits-h \