From 96b32aad93a0eb36770a9b1339e204f00f44f0b3 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 30 Aug 2019 11:26:48 +0900 Subject: Exclude ripper y.output from packages [ci skip] --- tool/make-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/make-snapshot b/tool/make-snapshot index 29d6bc0388..6306f0c9d5 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -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") -- cgit v1.2.3