mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: update source tree
* common.mk (after-update): update files under source tree. [ruby-core:65840] [Bug #10414] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7b0635d157
commit
6cf85c1bd2
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Oct 23 02:25:32 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (after-update): update files under source tree.
|
||||
[ruby-core:65840] [Bug #10414]
|
||||
|
||||
Wed Oct 22 22:38:59 2014 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
||||
|
||||
* ext/openssl/lib/openssl/ssl.rb (DEFAULT_PARAMS): override
|
||||
|
|
|
@ -913,8 +913,10 @@ INSNS2VMOPT = --srcdir="$(srcdir)"
|
|||
|
||||
{$(VPATH)}vm.inc: $(srcdir)/template/vm.inc.tmpl
|
||||
|
||||
srcs: {$(VPATH)}parse.c {$(VPATH)}lex.c {$(VPATH)}newline.c {$(VPATH)}id.c \
|
||||
srcs-lib srcs-ext srcs-enc
|
||||
common-srcs: {$(VPATH)}parse.c {$(VPATH)}lex.c {$(VPATH)}newline.c {$(VPATH)}id.c \
|
||||
srcs-lib srcs-ext
|
||||
|
||||
srcs: common-srcs srcs-enc
|
||||
|
||||
EXT_SRCS = $(srcdir)/ext/ripper/ripper.c $(srcdir)/ext/json/parser/parser.c \
|
||||
$(srcdir)/ext/dl/callback/callback.c $(srcdir)/ext/rbconfig/sizeof/sizes.c
|
||||
|
@ -1080,7 +1082,7 @@ dist:
|
|||
up::
|
||||
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
|
||||
|
||||
after-update:: update-unicode update-gems
|
||||
after-update:: update-unicode update-gems common-srcs
|
||||
|
||||
update-config_files: PHONY
|
||||
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
|
||||
|
|
Loading…
Add table
Reference in a new issue