From bbe047d4c7ae008d8c5bbf7df84c5c31dc810b8c Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 14 Jun 2013 04:01:54 +0000 Subject: download config files * common.mk (update-config_files): rule to download config files. * tool/config.guess, tool/config.sub: remove and download from the upstream. * tool/get-config_files: download config files from GNU. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/make-snapshot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tool/make-snapshot') diff --git a/tool/make-snapshot b/tool/make-snapshot index 32ae1722a7..4d5cfc4c4f 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -11,6 +11,7 @@ $exported = nil if $exported == "" $archname = nil if $archname == "" $keep_temp ||= nil $patch_file ||= nil +$tooldir = File.expand_path("..", __FILE__) def usage <