summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-22 10:49:02 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-22 10:49:02 +0900
commit11cd9339a8fbbfd1f4d12c824eee8e3f8dd53bf3 (patch)
tree94ab0dc51050601d0ef20a7a6f80dfb13c9ffe27 /tool
parent5512de76033773a77f686f3cb2adc849356f7674 (diff)
make-snapshot: clean autoconf caches for reproduceable packages
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 609f455435..d9f3d79524 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -497,6 +497,7 @@ touch-unicode-files:
system(*%W"#{YACC} -o parse.c parse.y")
end
vcs.after_export(".") if exported
+ clean.concat(Dir.glob("ext/**/autom4te.cache"))
FileUtils.rm_rf(clean) unless $keep_temp
FileUtils.rm_rf(".downloaded-cache")
if File.exist?("gems/bundled_gems")