ruby-changes:8387
From: nobu <ko1@a...>
Date: Fri, 24 Oct 2008 20:55:22 +0900 (JST)
Subject: [ruby-changes:8387] Ruby:r19918 (trunk): * common.mk (exts): renamed to get rid of the existent directory.
nobu 2008-10-24 20:55:07 +0900 (Fri, 24 Oct 2008) New Revision: 19918 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19918 Log: * common.mk (exts): renamed to get rid of the existent directory. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 19917) +++ ChangeLog (revision 19918) @@ -1,3 +1,7 @@ +Fri Oct 24 20:54:53 2008 Nobuyoshi Nakada <nobu@r...> + + * common.mk (exts): renamed to get rid of the existent directory. + Fri Oct 24 20:45:41 2008 Keiju Ishitsuka <keiju@r...> * ext/mathn/rational.c: change several global functions to static Index: common.mk =================================================================== --- common.mk (revision 19917) +++ common.mk (revision 19918) @@ -120,8 +120,8 @@ VCS = svn -all: encs ext -ext: $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY) +all: encs exts +exts: $(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/