From 9e1bddfda25d9490af078c273084fc61074ccfe6 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 24 Oct 2008 05:22:51 +0000 Subject: [PATCH] * common.mk (ext): split out the target for extension library. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- common.mk | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd0296eeae..c08ae16144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Fri Oct 24 14:13:16 2008 Nobuyoshi Nakada +Fri Oct 24 14:22:48 2008 Nobuyoshi Nakada + + * common.mk (ext): split out the target for extension library. * common.mk (encs): depends on enc and trans. diff --git a/common.mk b/common.mk index 41965b7b8b..af7fd1bc9b 100644 --- a/common.mk +++ b/common.mk @@ -120,7 +120,8 @@ COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -rrbconfig $(srcdir)/tool/compile_prel 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)