]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libffi: Remove more unneeded files when merging
authorPietro Monteiro <pietro@sociotechnical.xyz>
Thu, 29 Jan 2026 01:16:04 +0000 (20:16 -0500)
committerPietro Monteiro <pietro@sociotechnical.xyz>
Thu, 29 Jan 2026 01:16:04 +0000 (20:16 -0500)
Delete .allow-ai-service and .gail-labels which are present in newer
versions of libffi.

libffi/ChangeLog:
PR libffi/117635
* merge.sh: Delete .allow-ai-service and .gail-labels when
merging new upstream versions.

Signed-off-by: Pietro Monteiro <pietro@sociotechnical.xyz>
libffi/merge.sh

index b36fbb92185b48c069ce7becce025cc6298b965b..d9db9b01a78c163cc7ad1b023d5f4119248d369f 100755 (executable)
@@ -33,9 +33,11 @@ echo Current upstream revision: $CUR_REV
 
 # Remove the unused files.
 pushd upstream
-rm -rf ChangeLog.old .appveyor* .ci .github .gitignore .travis* \
-       config.guess config.sub libtool-ldflags m4 make_sunver.pl \
-       msvc_build
+
+rm -rf ChangeLog.old .allow-ai-service .gail-labels .appveyor* .ci .github \
+       .gitignore .travis* config.guess config.sub libtool-ldflags m4 \
+       make_sunver.pl msvc_build
+
 rm -rf .git autogen.sh
 cp -a . ..
 popd