From: Brian Ford Date: 2009-01-01T12:28:46+09:00 Subject: [ruby-core:21032] [Bug #962] Patch for Makefile rubyspec rules after 1.8/1.9 spec merge Bug #962: Patch for Makefile rubyspec rules after 1.8/1.9 spec merge http://redmine.ruby-lang.org/issues/show/962 Author: Brian Ford Status: Open, Priority: Normal The attached patch fixes the Makefile rules for fetching and running the rubyspecs after the recent 1.8/1.9 specs were merged. I tested this on OS X 10.5.6 and Ubuntu 8.04 32-bit. I made the patch against the following repo, but the approach should work for 1.8.6, 1.8.7, and 1.9: URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 Repository Root: http://svn.ruby-lang.org/repos/ruby Repository UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e Revision: 21206 The patch also changes the directory for the rubyspecs themselves to ./rubyspec/spec since the additional directory in ./rubyspec/spec/rubyspec seems unnecessary. The mspec source is still in ./rubyspec/mspec. ---------------------------------------- http://redmine.ruby-lang.org