Skip to content

Commit

Permalink
* Makefile.in (update-rubyspec): create intermediate directories
Browse files Browse the repository at this point in the history
  before git clone to avoid problem of git 1.5.6.  [ruby-core:17609]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Jul 5, 2008
1 parent db391b5 commit 040e79c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Sun Jul 6 01:44:46 2008 Tanaka Akira <akr@fsij.org>

* Makefile.in (update-rubyspec): create intermediate directories
before git clone to avoid problem of git 1.5.6. [ruby-core:17609]

Sat Jul 5 13:09:47 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>

* eval.c (rb_thread_value): missed to change at r17874. [ruby-core:17595]
Expand Down
2 changes: 2 additions & 0 deletions Makefile.in
Expand Up @@ -194,6 +194,8 @@ update-rubyspec:
cd ../spec/rubyspec; \
git pull; \
else \
mkdir $(srcdir)/rubyspec; \
mkdir $(srcdir)/rubyspec/spec; \
git clone $(MSPEC_GIT_URL) $(srcdir)/rubyspec/mspec; \
git clone $(RUBYSPEC_GIT_URL) $(srcdir)/rubyspec/spec/rubyspec; \
fi
Expand Down

0 comments on commit 040e79c

Please sign in to comment.