From f8fbb8bc115d927532f228d678738db9a6b2e984 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 29 May 2017 05:19:51 +0000 Subject: [PATCH] default.mspec: remove useless flags * spec/default.mspec: removed -I options for useless or non- existent paths from flags. there is no library scripts and .ext directory in the source directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/default.mspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/default.mspec b/spec/default.mspec index 63e96d6528..cdc9fe558e 100644 --- a/spec/default.mspec +++ b/spec/default.mspec @@ -18,8 +18,6 @@ class MSpecScript set :prefix, File.expand_path('rubyspec', File.dirname(__FILE__)) set :flags, %W[ -I#{srcdir}/lib - -I#{srcdir} - -I#{srcdir}/#{config['EXTOUT']}/common #{srcdir}/tool/runruby.rb --archdir=#{Dir.pwd} --extout=#{config['EXTOUT']} -- ]