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

ruby-changes:8374

From: nobu <ko1@a...>
Date: Fri, 24 Oct 2008 14:23:08 +0900 (JST)
Subject: [ruby-changes:8374] Ruby:r19905 (trunk): * common.mk (ext): split out the target for extension library.

nobu	2008-10-24 14:22:51 +0900 (Fri, 24 Oct 2008)

  New Revision: 19905

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

  Log:
    * common.mk (ext): split out the target for extension library.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19904)
+++ ChangeLog	(revision 19905)
@@ -1,5 +1,7 @@
-Fri Oct 24 14:13:16 2008  Nobuyoshi Nakada  <nobu@r...>
+Fri Oct 24 14:22:48 2008  Nobuyoshi Nakada  <nobu@r...>
 
+	* common.mk (ext): split out the target for extension library.
+
 	* common.mk (encs): depends on enc and trans.
 
 Fri Oct 24 10:23:24 2008  Kazuhiro NISHIYAMA  <zn@m...>
Index: common.mk
===================================================================
--- common.mk	(revision 19904)
+++ common.mk	(revision 19905)
@@ -120,7 +120,8 @@
 
 VCS           = svn
 
-all: $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY) encs
+all: encs ext
+ext: $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY)
 	@$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" $(EXTMK_ARGS)
 prog: $(PROGRAM) $(WPROGRAM)
 

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

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