зеркало из https://github.com/github/ruby.git
common.mk: exts-note [ci skip]
* common.mk (exts-note): show notes of non-configured extension libraries. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
cb26d0d9bb
Коммит
66bef9d238
|
@ -213,6 +213,8 @@ showconfig:
|
|||
$(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)
|
|||
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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче