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

ruby-changes:49186

From: nobu <ko1@a...>
Date: Sun, 17 Dec 2017 20:13:28 +0900 (JST)
Subject: [ruby-changes:49186] nobu:r61304 (trunk): common.mk: exts-note [ci skip]

nobu	2017-12-17 20:13:23 +0900 (Sun, 17 Dec 2017)

  New Revision: 61304

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61304

  Log:
    common.mk: exts-note [ci skip]
    
    * common.mk (exts-note): show notes of non-configured extension
      libraries.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 61303)
+++ common.mk	(revision 61304)
@@ -213,6 +213,8 @@ showconfig: https://github.com/ruby/ruby/blob/trunk/common.mk#L213
 	$(configure_args) \
 	$(ECHO_END)
 
+EXTS_NOTE = -f $(EXTS_MK) $(mflags) RUBY="$(MINIRUBY)" top_srcdir="$(srcdir)" note
+
 exts: build-ext
 
 EXTS_MK = exts.mk
@@ -237,7 +239,10 @@ configure-ext: $(EXTS_MK) https://github.com/ruby/ruby/blob/trunk/common.mk#L239
 build-ext: $(EXTS_MK)
 	$(Q)$(MAKE) -f $(EXTS_MK) $(mflags) libdir="$(libdir)" LIBRUBY_EXTS=$(LIBRUBY_EXTS) \
 	    EXTENCS="$(ENCOBJS)" UPDATE_LIBRARIES=no $(EXTSTATIC)
-	$(Q)$(MAKE) -f $(EXTS_MK) $(mflags) RUBY="$(MINIRUBY)" top_srcdir="$(srcdir)" note
+	$(Q)$(MAKE) $(EXTS_NOTE)
+
+exts-note: $(EXTS_MK)
+	$(Q)$(MAKE) $(EXTS_NOTE)
 
 ext/extinit.c: $(srcdir)/template/extinit.c.tmpl
 	$(Q)$(MINIRUBY) $(srcdir)/tool/generic_erb.rb -o $@ -c \

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

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