summaryrefslogtreecommitdiff
path: root/gdb/gnulib/update-gnulib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gnulib/update-gnulib.sh')
-rw-r--r--gdb/gnulib/update-gnulib.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/gnulib/update-gnulib.sh b/gdb/gnulib/update-gnulib.sh
index 0b292ba2c07..2ad323118fc 100644
--- a/gdb/gnulib/update-gnulib.sh
+++ b/gdb/gnulib/update-gnulib.sh
@@ -29,7 +29,15 @@
# regenerate the various scripts and Makefiles are on the PATH.
# The list of gnulib modules we are importing in GDB.
-IMPORTED_GNULIB_MODULES="fnmatch-gnu frexpl inttypes memmem update-copyright unistd pathmax"
+IMPORTED_GNULIB_MODULES="\
+ fnmatch-gnu \
+ frexpl \
+ inttypes \
+ memmem \
+ update-copyright \
+ unistd \
+ pathmax \
+"
# The gnulib commit ID to use for the update.
GNULIB_COMMIT_SHA1="8d5bd1402003bd0153984b138735adf537d960b0"