aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/update-support.sh
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-04-23 13:46:35 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-04-23 13:46:35 +0300
commit305706422354ffc2ccdce36ce8a10486f7b56af9 (patch)
tree23c6a97a694ec0fdbcbb983ebf1a3be40615b9c7 /helpers/update-support.sh
parent7caf36ac33e0ffa29e2787084c04ce1dc0878b38 (diff)
parent0519026ef48de70430138f4b5faff13768ea7353 (diff)
downloadegawk-305706422354ffc2ccdce36ce8a10486f7b56af9.tar.gz
egawk-305706422354ffc2ccdce36ce8a10486f7b56af9.tar.bz2
egawk-305706422354ffc2ccdce36ce8a10486f7b56af9.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'helpers/update-support.sh')
-rwxr-xr-xhelpers/update-support.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/helpers/update-support.sh b/helpers/update-support.sh
index a85d86ae..cc2d24aa 100755
--- a/helpers/update-support.sh
+++ b/helpers/update-support.sh
@@ -2,7 +2,7 @@
# This script is only useful for the maintainer ...
#
-# It updates all the build-aux files from current GNULIB.
+# It updates all the support/* files from current GNULIB.
# We don't bother to print any messages about what we copied,
# as Git will tell us what, if anything, changed.
@@ -13,7 +13,9 @@ GL=/usr/local/src/Gnu/gnulib/lib
FILE_LIST="cdefs.h
dfa.c
dfa.h
+dynarray.h
flexmember.h
+idx.h
intprops.h
libc-config.h
localeinfo.c
@@ -26,7 +28,8 @@ regex_internal.c
regex_internal.h
verify.h
malloc/dynarray.h
-malloc/dynarray-skeleton.c"
+malloc/dynarray-skeleton.c
+malloc/dynarray_resize.c"
for i in $FILE_LIST
do