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

ruby-changes:12900

From: usa <ko1@a...>
Date: Mon, 24 Aug 2009 13:24:15 +0900 (JST)
Subject: [ruby-changes:12900] Ruby:r24635 (trunk): * win32/Makefile.sub (MAKEDIRS): define.

usa	2009-08-24 13:23:56 +0900 (Mon, 24 Aug 2009)

  New Revision: 24635

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

  Log:
    * win32/Makefile.sub (MAKEDIRS): define.
    * common.mk (capi): using $(MAKEDIRS), so depends on $(PREP).

  Modified files:
    trunk/common.mk
    trunk/win32/Makefile.sub

Index: common.mk
===================================================================
--- common.mk	(revision 24634)
+++ common.mk	(revision 24635)
@@ -146,7 +146,7 @@
 GORUBY = go$(RUBY_INSTALL_NAME)
 golf: $(LIBRUBY) $(GOLFOBJS) PHONY
 	$(MAKE) $(MFLAGS) MAINOBJ="$(GOLFOBJS)" PROGRAM=$(GORUBY)$(EXEEXT) program
-capi: Doxyfile PHONY
+capi: Doxyfile PHONY $(PREP)
 	@$(MAKEDIRS) doc/capi
 	@$(DOXYGEN)
 
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 24634)
+++ win32/Makefile.sub	(revision 24635)
@@ -237,6 +237,7 @@
 !ifndef RUBY
 RUBY = ruby
 !endif
+MAKEDIRS = @$(MINIRUBY) -run -e mkdir -- -p
 
 !if !defined(STACK)
 !if "$(ARCH)" == "x64" || "$(ARCH)" == "ia64"

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

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