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

ruby-changes:35559

From: usa <ko1@a...>
Date: Fri, 19 Sep 2014 15:50:12 +0900 (JST)
Subject: [ruby-changes:35559] usa:r47641 (trunk): * win32/win32.c (VCSUP): nothing to do if this worktree is not under

usa	2014-09-19 15:49:56 +0900 (Fri, 19 Sep 2014)

  New Revision: 47641

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

  Log:
    * win32/win32.c (VCSUP): nothing to do if this worktree is not under
      any VCS (it means that the worktree may be from the release package).

  Modified files:
    trunk/ChangeLog
    trunk/win32/Makefile.sub
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47640)
+++ ChangeLog	(revision 47641)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Sep 19 15:48:09 2014  NAKAMURA Usaku  <usa@r...>
+
+	* win32/win32.c (VCSUP): nothing to do if this worktree is not under
+	  any VCS (it means that the worktree may be from the release package).
+
 Fri Sep 19 10:47:03 2014  Nobuyoshi Nakada  <nobu@r...>
 
 	* test/ruby/test_math.rb (TestMath#assert_infinity): Float#finite?
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 47640)
+++ win32/Makefile.sub	(revision 47641)
@@ -377,6 +377,8 @@ VCSUP = $(VCS) rebase $(GITSVNREBASEOPTI https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L377
 !else if exist($(srcdir)/.git)
 VCS = git
 VCSUP = $(VCS) pull $(GITPULLOPTIONS)
+!ekse
+VCSUP = rem
 !endif
 ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc
 

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

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