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

ruby-changes:3812

From: ko1@a...
Date: Tue, 29 Jan 2008 01:06:29 +0900 (JST)
Subject: [ruby-changes:3812] nobu - Ruby:r15301 (trunk): * common.mk (up): pass MFLAGS.

nobu	2008-01-29 01:06:14 +0900 (Tue, 29 Jan 2008)

  New Revision: 15301

  Modified files:
    trunk/common.mk

  Log:
    * common.mk (up): pass MFLAGS.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/common.mk?r1=15301&r2=15300&diff_format=u

Index: common.mk
===================================================================
--- common.mk	(revision 15300)
+++ common.mk	(revision 15301)
@@ -796,7 +796,7 @@
 
 up:
 	@$(VCS) up "$(srcdir)"
-	-@$(MAKE) "$(srcdir)/revision.h"
+	-@$(MAKE) $(MFLAGS) "$(srcdir)/revision.h"
 
 help:
 	@echo "                Makefile of Ruby"

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

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