ruby-changes:36862
From: usa <ko1@a...>
Date: Wed, 24 Dec 2014 00:23:13 +0900 (JST)
Subject: [ruby-changes:36862] usa:r48943 (trunk): * Makefile.in, common.mk: move common-srcs to Makefile.in because
usa 2014-12-24 00:22:58 +0900 (Wed, 24 Dec 2014) New Revision: 48943 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48943 Log: * Makefile.in, common.mk: move common-srcs to Makefile.in because it breaks build on mswin. Modified files: trunk/ChangeLog trunk/Makefile.in trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 48942) +++ ChangeLog (revision 48943) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Dec 24 00:21:44 2014 NAKAMURA Usaku <usa@r...> + + * 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@r...> * lib/open-uri.rb (OpenURI.open_http): accept multiple certs path in Index: common.mk =================================================================== --- common.mk (revision 48942) +++ common.mk (revision 48943) @@ -903,7 +903,7 @@ up:: https://github.com/ruby/ruby/blob/trunk/common.mk#L903 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" \ Index: Makefile.in =================================================================== --- Makefile.in (revision 48942) +++ Makefile.in (revision 48943) @@ -438,7 +438,7 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(S https://github.com/ruby/ruby/blob/trunk/Makefile.in#L438 up:: @$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP) -after-update:: update-config_files +after-update:: update-config_files common-srcs update-mspec: @$(CHDIR) $(srcdir); \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/