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

ruby-changes:28931

From: usa <ko1@a...>
Date: Wed, 29 May 2013 21:05:54 +0900 (JST)
Subject: [ruby-changes:28931] usa:r40983 (ruby_1_9_3): merge revision(s) 35589: [Backport #8406]

usa	2013-05-29 21:05:44 +0900 (Wed, 29 May 2013)

  New Revision: 40983

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

  Log:
    merge revision(s) 35589: [Backport #8406]
    
    * configure.in (POSTLINK): default to : command to get rid of flag
      only command, since BSD make does not work with it.

  Modified directories:
    branches/ruby_1_9_3/
  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/configure.in
    branches/ruby_1_9_3/version.h

Index: ruby_1_9_3/configure.in
===================================================================
--- ruby_1_9_3/configure.in	(revision 40982)
+++ ruby_1_9_3/configure.in	(revision 40983)
@@ -955,6 +955,8 @@ AC_ARG_ENABLE(pthread, https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/configure.in#L955
 dnl Checks for libraries.
 AS_CASE(["$target_os"],[*bsd*|dragonfly*],[],[ac_cv_func_daemon=no])
 
+POSTLINK=:
+AC_SUBST(POSTLINK)
 AS_CASE(["$target_os"],
 [solaris*], [
 		AC_DEFINE(SIZEOF_STRUCT_DIRENT_TOO_SMALL, 1)
Index: ruby_1_9_3/ChangeLog
===================================================================
--- ruby_1_9_3/ChangeLog	(revision 40982)
+++ ruby_1_9_3/ChangeLog	(revision 40983)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/ChangeLog#L1
+Wed May 29 21:03:08 2013  Nobuyoshi Nakada  <nobu@r...>
+
+	* configure.in (POSTLINK): default to : command to get rid of flag
+	  only command, since BSD make does not work with it.
+
 Wed May 29 20:59:38 2013  NAKAMURA Usaku  <usa@r...>
 
 	* lib/yaml.rb: documentation updates, patched by zzak.
Index: ruby_1_9_3/version.h
===================================================================
--- ruby_1_9_3/version.h	(revision 40982)
+++ ruby_1_9_3/version.h	(revision 40983)
@@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/version.h#L1
 #define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 431
+#define RUBY_PATCHLEVEL 432
 
 #define RUBY_RELEASE_DATE "2013-05-29"
 #define RUBY_RELEASE_YEAR 2013

Property changes on: ruby_1_9_3
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r35589


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

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