summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'tool/make-snapshot')
-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")