1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
shirosaki 14d59c122f extmk.rb: fix mingw make failure with make -jN
* common.mk (WPROGRAM): need same dependencies as PROGRAM.

* cygwin/GNUmakefile.in (uncommon.mk): move include position
  below WPROGRAM definition to be defined in uncommon.mk.

* ext/extmk.rb (all, static): fix make rubyw.exe failure with make -jN.
  If make of ruby.exe and rubyw.exe run in parallel, link dll and link
  exe run in parallel, which causes link failure on mingw. To fix this,
  we make ruby.exe and rubyw.exe in one make process.
  [ruby-core:48007] [Bug #7165]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-10-17 12:20:57 +00:00
..
-test-
bigdecimal * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use self's sign to 2012-08-31 05:34:08 +00:00
continuation
coverage
curses remove trailing spaces. 2012-09-04 00:57:31 +00:00
date depend: missing dependency 2012-10-05 00:26:43 +00:00
dbm remove trailing spaces. 2012-09-04 00:57:31 +00:00
digest
dl remove trailing spaces. 2012-09-04 00:57:31 +00:00
etc
fcntl
fiber
fiddle
gdbm
io
json depend: dependency 2012-10-03 07:33:24 +00:00
mathn
nkf * ext/nkf/nkf-utf8/nkf.c: Merge upstream: 50a383c84. 2012-09-14 17:26:39 +00:00
objspace * ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from. 2012-10-05 08:14:09 +00:00
openssl * ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Added 2012-10-02 19:36:26 +00:00
pathname pathname.c: suppress -Wcomment warning 2012-09-12 14:16:16 +00:00
psych
pty
racc/cparse
readline remove trailing spaces. 2012-09-04 00:57:31 +00:00
ripper * ext/ripper/lib/ripper.rb: 2012-09-21 22:15:21 +00:00
sdbm
socket * ext/socket/{basicksocket,init,udpsocket}.c: revert some parts of 2012-09-10 01:41:59 +00:00
stringio
strscan
syslog * ext/syslog/lib/syslog/logger.rb: add a formatter to the 2012-09-27 09:20:58 +00:00
tk mkmf.rb: fix splitting options with an argument 2012-09-06 16:21:57 +00:00
win32ole
zlib * ext/zlib/zlib.c (zstream_run_func): don't call inflate() when 2012-10-08 16:40:19 +00:00
.document
extmk.rb extmk.rb: fix mingw make failure with make -jN 2012-10-17 12:20:57 +00:00
Setup * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.atheos * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.emx * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.nacl * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.nt * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00