| Commit message (Expand) | Author | Age | Files | Lines |
* | Suppress msys2 pathname conversion also at single test runs [ci skip] | Nobuyoshi Nakada | 2022-07-06 | 1 | -0/+1 |
* | Suppress maybe-uninitialized warning on mingw | Nobuyoshi Nakada | 2021-10-02 | 1 | -0/+3 |
* | Share variables defined in common GNUmakefile also in cygwin/mingw | Nobuyoshi Nakada | 2021-03-21 | 1 | -3/+1 |
* | Fix for windres 2.36 [Bug #17602] | Nobuyoshi Nakada | 2021-02-01 | 1 | -1/+4 |
* | Merged recipes for the same target | Nobuyoshi Nakada | 2020-05-27 | 1 | -2/+0 |
* | Removed obsolete forwarding DLL recipe | Nobuyoshi Nakada | 2020-05-27 | 1 | -6/+0 |
* | Set `gnumake` in GNUmakefile for cygwin | Nobuyoshi Nakada | 2020-03-29 | 1 | -0/+2 |
* | MFLAGS for nmake | nobu | 2017-02-10 | 1 | -2/+0 |
* | Keep -jN option | nobu | 2017-01-20 | 1 | -2/+2 |
* | rubystub | nobu | 2016-08-20 | 1 | -16/+1 |
* | Revert r55968 "scriptbin on cygwin" | nobu | 2016-08-19 | 1 | -14/+3 |
* | scriptbin on cygwin | nobu | 2016-08-19 | 1 | -3/+14 |
* | strip stub program | nobu | 2016-08-19 | 1 | -0/+2 |
* | Remove -jN option | nobu | 2016-06-26 | 1 | -0/+1 |
* | Update cygwin/GNUmakefile.in | nobu | 2016-06-20 | 1 | -0/+3 |
* | GNUmakefile.in: fix MSYS2_ARG_CONV_EXCL | nobu | 2016-03-23 | 1 | -4/+4 |
* | suppress msys2 pathname conversion | nobu | 2016-03-21 | 1 | -0/+7 |
* | fix rc files conflict in parallel build | nobu | 2016-01-09 | 1 | -2/+2 |
* | fix library teeny | nobu | 2016-01-09 | 1 | -1/+1 |
* | win32.c: fake lchown | nobu | 2015-08-26 | 1 | -0/+1 |
* | stub.o: under win32 | nobu | 2015-04-04 | 1 | -2/+2 |
* | GNUmakefile.in: fix dependency | nobu | 2015-03-08 | 1 | -1/+1 |
* | GNUmakefile.in: append resources always | nobu | 2014-12-28 | 1 | -1/+1 |
* | * cygwin/GNUmakefile.in (uncommon.mk): link *.res.o. | shirosaki | 2012-11-05 | 1 | -2/+3 |
* | extmk.rb: fix mingw make failure with make -jN | shirosaki | 2012-10-17 | 1 | -1/+2 |
* | * cygwin/GNUmakefile.in (SCRIPTPROGRAMS): ignore backup files and etc. | nobu | 2010-12-10 | 1 | -1/+3 |
* | * cygwin/GNUmakefile.in, win32/Makefile.sub (clean): rc files are | nobu | 2010-11-19 | 1 | -2/+0 |
* | * cygwin/GNUmakefile.in (SCRIPTPROGRAMS): no needs on cygwin. | nobu | 2010-11-18 | 1 | -2/+2 |
* | * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend, | nobu | 2010-11-12 | 1 | -18/+9 |
* | * cygwin/GNUmakefile.in: shorten messages. | nobu | 2010-11-11 | 1 | -1/+18 |
* | * configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX. | nobu | 2010-11-11 | 1 | -1/+1 |
* | * cygwin/GNUmakefile.in (scriptbin): make executable file from | nobu | 2010-11-09 | 1 | -0/+11 |
* | * Makefile.in (CPP): already used in .c.i rule. | nobu | 2010-10-16 | 1 | -2/+3 |
* | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29425 b2dd03c8-39d4-4d8f-98... | nobu | 2010-10-08 | 1 | -1/+1 |
* | * cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend on | nobu | 2010-10-07 | 1 | -1/+1 |
* | * cygwin/GNUmakefile.in (RUBYDEF): uses mkexports.rb on cygwin too. | nobu | 2009-02-02 | 1 | -7/+1 |
* | * cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h. | nobu | 2009-02-02 | 1 | -0/+2 |
* | * cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles. | nobu | 2009-01-30 | 1 | -1/+1 |
* | * cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbols | nobu | 2009-01-30 | 1 | -1/+1 |
* | * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to export | nobu | 2009-01-27 | 1 | -1/+1 |
* | * cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too. | nobu | 2009-01-25 | 1 | -1/+1 |
* | * Makefile.in (miniruby): renames and then removes, to get rid of | nobu | 2009-01-20 | 1 | -8/+11 |
* | * cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rb | nobu | 2008-12-22 | 1 | -1/+1 |
* | * common.mk (ID_H_TARGET): phony target to update id.h. | nobu | 2008-10-17 | 1 | -1/+1 |
* | * configure.in (uncommon.mk): ignores failures at loading. | nobu | 2008-10-17 | 1 | -1/+1 |
* | * configure.in (gnumake): check for GNU make. | nobu | 2008-08-14 | 1 | -0/+1 |
* | * cygwin/GNUmakefile.in (clean-local): should be double-colon. | nobu | 2008-02-24 | 1 | -1/+1 |
* | * cygwin/GNUmakefile.in (clean-local): remove def file. | nobu | 2008-02-24 | 1 | -0/+3 |
* | * cygwin/GNUmakefile.in: commit miss. | nobu | 2007-12-27 | 1 | -1/+1 |
* | * configure.in, cygwin/GNUmakefile.in, */Makefile.sub, | nobu | 2007-12-24 | 1 | -2/+2 |