1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/template
nagachika e8cb6dae74 merge revision(s) 518301883e:
Fix parallel build on MINGW

	When the build is running with a base ruby then generating `x64-ucrt-ruby320.rc`
	could fail due to a missing dependency to `x64-mingw-ucrt-fake.rb`.
	This commit adds this dependency.

	A failing build looks like so:
	```
	generating x64-mingw-ucrt-fake.rb
	generating x64-ucrt-ruby320.rc
	../snapshot-master/win32/resource.rb:in `require': cannot load such file -- ./x64-mingw-ucrt-fake (LoadError)
	make: *** [GNUmakefile:57: x64-ucrt-ruby320.rc] Error 1
	make: *** Waiting for unfinished jobs....
	linking miniruby.exe
	x64-mingw-ucrt-fake.rb updated
	```
	---
	 cygwin/GNUmakefile.in | 4 ++--
	 template/Makefile.in  | 1 +
	 2 files changed, 3 insertions(+), 2 deletions(-)
2022-10-21 15:20:36 +09:00
..
builtin_binary.inc.tmpl
call_iseq_optimized.inc.tmpl fix inline method cache sync bug 2020-12-15 13:29:30 +09:00
configure-ext.mk.tmpl merge revision(s) 17ce0b9b84: 2022-10-16 16:31:02 +09:00
depend.tmpl
Doxyfile.tmpl include/ruby/encoding.h: convert macros into inline functions 2021-10-05 14:18:23 +09:00
encdb.h.tmpl Fix syntax error in generated code 2021-06-21 11:20:31 +09:00
extinit.c.tmpl
exts.mk.tmpl merge revision(s) 26054c7461: 2022-10-18 21:27:47 +09:00
fake.rb.in merge revision(s) 97ce030954: 2022-10-21 15:12:41 +09:00
GNUmakefile.in Add the dependency of GNUmakefile itself [ci skip] 2021-10-06 15:42:37 +09:00
id.c.tmpl
id.h.tmpl
known_errors.inc.tmpl
limits.c.tmpl
Makefile.in merge revision(s) 518301883e: 2022-10-21 15:20:36 +09:00
prelude.c.tmpl [Feature #18290] Remove all usages of rb_gc_force_recycle 2021-11-08 14:05:54 -05:00
ruby-gdb.in
ruby-lldb.in
ruby-runner.h.in
ruby.pc.in Move DEFFILE to EXTDLDFLAGS 2021-08-29 13:04:42 +09:00
sizes.c.tmpl Fix trivial -Wundef warnings 2021-05-04 14:56:55 +02:00
transdb.h.tmpl
unicode_norm_gen.tmpl
verconf.h.tmpl