[前][次][番号順一覧][スレッド一覧]

ruby-changes:6384

From: akr <ko1@a...>
Date: Sun, 6 Jul 2008 01:47:42 +0900 (JST)
Subject: [ruby-changes:6384] Ruby:r17900 (ruby_1_8): * Makefile.in (update-rubyspec): create intermediate directories

akr	2008-07-06 01:47:28 +0900 (Sun, 06 Jul 2008)

  New Revision: 17900

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/Makefile.in

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


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17900

Index: ruby_1_8/Makefile.in
===================================================================
--- ruby_1_8/Makefile.in	(revision 17899)
+++ ruby_1_8/Makefile.in	(revision 17900)
@@ -194,6 +194,8 @@
 	  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
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 17899)
+++ ruby_1_8/ChangeLog	(revision 17900)
@@ -1,3 +1,8 @@
+Sun Jul  6 01:44:46 2008  Tanaka Akira  <akr@f...>
+
+	* 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@r...>
 
 	* eval.c (rb_thread_value): missed to change at r17874.  [ruby-core:17595]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]