diff --git a/libffi/merge.sh b/libffi/merge.sh index b36fbb92185..d9db9b01a78 100755 --- a/libffi/merge.sh +++ b/libffi/merge.sh @@ -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