mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in, common.mk: move common-srcs to Makefile.in because
it breaks build on mswin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7577e78634
commit
c5712c91b9
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Dec 24 00:21:44 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* Makefile.in, common.mk: move common-srcs to Makefile.in because
|
||||
it breaks build on mswin.
|
||||
|
||||
Wed Dec 24 00:04:45 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* lib/open-uri.rb (OpenURI.open_http): accept multiple certs path in
|
||||
|
|
|
@ -438,7 +438,7 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP)
|
|||
up::
|
||||
@$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP)
|
||||
|
||||
after-update:: update-config_files
|
||||
after-update:: update-config_files common-srcs
|
||||
|
||||
update-mspec:
|
||||
@$(CHDIR) $(srcdir); \
|
||||
|
|
|
@ -903,7 +903,7 @@ up::
|
|||
up::
|
||||
-$(Q)$(MAKE) $(MFLAGS) after-update
|
||||
|
||||
after-update:: update-unicode update-gems common-srcs extract-extlibs
|
||||
after-update:: update-unicode update-gems extract-extlibs
|
||||
|
||||
update-config_files: PHONY
|
||||
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
|
||||
|
|
Loading…
Reference in a new issue