mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Exclude ripper y.output from packages [ci skip]
This commit is contained in:
parent
98ccdd744a
commit
96b32aad93
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ touch-unicode-files:
|
|||
end
|
||||
ENV["CACHE_SAVE"] = "no"
|
||||
system(ENV["MAKE"] || ENV["make"] || "make", "prepare-package", *args.map {|arg| arg.join("=")})
|
||||
clean.push("rbconfig.rb", ".rbconfig.time", "enc.mk")
|
||||
clean.push("rbconfig.rb", ".rbconfig.time", "enc.mk", "ext/ripper/y.output")
|
||||
print "prerequisites"
|
||||
else
|
||||
system(*%W"#{YACC} -o parse.c parse.y")
|
||||
|
|
Loading…
Reference in a new issue