mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: limits.c
* common.mk (ext/rbconfig/sizeof/sizes.c): specify the target explicitly. * common.mk (ext/rbconfig/sizeof/limits.c): add the recipe. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
12d61437ea
commit
886e8f75ca
1 changed files with 10 additions and 1 deletions
11
common.mk
11
common.mk
|
@ -823,6 +823,7 @@ srcs: common-srcs missing-srcs srcs-enc
|
|||
|
||||
EXT_SRCS = $(srcdir)/ext/ripper/ripper.c \
|
||||
$(srcdir)/ext/rbconfig/sizeof/sizes.c \
|
||||
$(srcdir)/ext/rbconfig/sizeof/limits.c \
|
||||
$(srcdir)/ext/socket/constdefs.c \
|
||||
# EXT_SRCS
|
||||
|
||||
|
@ -941,7 +942,15 @@ $(srcdir)/ext/rbconfig/sizeof/sizes.c: $(srcdir)/ext/rbconfig/sizeof/depend \
|
|||
$(Q) $(CHDIR) $(@D) && \
|
||||
sed '/AUTOGENERATED/q' depend | \
|
||||
$(exec) $(MAKE) -f - $(MFLAGS) \
|
||||
Q=$(Q) ECHO=$(ECHO) top_srcdir=../../.. srcdir=. VPATH=../../.. RUBY="$(BASERUBY)"
|
||||
Q=$(Q) ECHO=$(ECHO) top_srcdir=../../.. srcdir=. VPATH=../../.. RUBY="$(BASERUBY)" $(@F)
|
||||
|
||||
$(srcdir)/ext/rbconfig/sizeof/limits.c: $(srcdir)/ext/rbconfig/sizeof/depend \
|
||||
$(srcdir)/tool/generic_erb.rb $(srcdir)/template/limits.c.tmpl
|
||||
$(ECHO) generating $@
|
||||
$(Q) $(CHDIR) $(@D) && \
|
||||
sed '/AUTOGENERATED/q' depend | \
|
||||
$(exec) $(MAKE) -f - $(MFLAGS) \
|
||||
Q=$(Q) ECHO=$(ECHO) top_srcdir=../../.. srcdir=. VPATH=../../.. RUBY="$(BASERUBY)" $(@F)
|
||||
|
||||
$(srcdir)/ext/socket/constdefs.c: $(srcdir)/ext/socket/depend
|
||||
$(Q) $(CHDIR) $(@D) && \
|
||||
|
|
Loading…
Reference in a new issue