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

ruby-changes:2753

From: ko1@a...
Date: 15 Dec 2007 22:28:22 +0900
Subject: [ruby-changes:2753] nobu - Ruby:r14244 (trunk): * configure.in (BUILTIN_ENCS): splitted command line instead of

nobu	2007-12-15 22:27:41 +0900 (Sat, 15 Dec 2007)

  New Revision: 14244

  Modified files:
    trunk/ChangeLog
    trunk/configure.in

  Log:
    * configure.in (BUILTIN_ENCS): splitted command line instead of
      semicolons for Solaris.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14244&r2=14243
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/configure.in?r1=14244&r2=14243

Index: configure.in
===================================================================
--- configure.in	(revision 14243)
+++ configure.in	(revision 14244)
@@ -1736,7 +1736,9 @@
 tr -d '\015' < largefile.h > confdefs.h
 
 test -d enc || mkdir enc
-BUILTIN_ENCS=["`sed -n '/^BUILTIN_ENCS[ 	]*=/{s///;:l;/\\\\$/N;s/\\\\\\n/ /;t l;p}' \"${srcdir}/enc/Makefile.in\"`"]
+BUILTIN_ENCS=["`sed -n -e '/^BUILTIN_ENCS[ 	]*=/{' \
+	-e s/// -e :l -e '/\\\\$/N' -e 's/\\\\\\n/ /' -e 't l' -e p \
+	-e '}' \"${srcdir}/enc/Makefile.in\"`"]
 BUILTIN_ENCS="`echo $BUILTIN_ENCS`"
 EXTERNAL_ENCS=
 for e in "${srcdir}/enc"/*.c; do
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 14243)
+++ ChangeLog	(revision 14244)
@@ -1,3 +1,8 @@
+Sat Dec 15 22:27:39 2007  Nobuyoshi Nakada  <nobu@r...>
+
+	* configure.in (BUILTIN_ENCS): splitted command line instead of
+	  semicolons for Solaris.
+
 Sat Dec 15 21:38:24 2007  Tanaka Akira  <akr@f...>
 
 	* lib/timeout.rb: join the background thread to make sure it is dead.

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

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