ruby-changes:57398
From: Nobuyoshi <ko1@a...>
Date: Fri, 30 Aug 2019 11:48:10 +0900 (JST)
Subject: [ruby-changes:57398] Nobuyoshi Nakada: 96b32aad93 (master): Exclude ripper y.output from packages [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=96b32aad93 From 96b32aad93a0eb36770a9b1339e204f00f44f0b3 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 30 Aug 2019 11:26:48 +0900 Subject: Exclude ripper y.output from packages [ci skip] diff --git a/tool/make-snapshot b/tool/make-snapshot index 29d6bc0..6306f0c 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -428,7 +428,7 @@ touch-unicode-files: https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L428 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 v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/