mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
make-snapshot: clean autoconf caches for reproduceable packages
This commit is contained in:
parent
5512de7603
commit
11cd9339a8
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue