aboutsummaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings.naruse2012-02-251-9/+8
* * ext/extmk.rb (extract_makefile): should sort after map, not beforeusa2011-12-081-1/+1
* * ext/extmk.rb (extract_makefile): need to sort the array of currentusa2011-12-081-1/+1
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-2/+2
* Don't break tests.naruse2011-11-291-2/+2
* * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain2011-11-281-2/+2
* * ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu2011-11-201-1/+6
* * ext/extmk.rb (extmake): suppresses outputs from extconf.rb.yugui2011-07-031-2/+16
* * ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake.usa2011-03-281-0/+1
* * ext/extmk.rb: nmake substitutes all occurences in macro.nobu2011-03-081-4/+4
* * ext/extmk.rb: workaround for nmake.nobu2011-03-081-4/+4
* * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake):nobu2011-03-081-12/+63
* * ext/extmk.rb: strip current directory prefix.nobu2010-12-291-0/+1
* * ext/extmk.rb: remove $makeflags.defined?, it should be $mflags.naruse2010-12-021-6/+2
* * ext/extmk.rb: define $makeflags.defined? like $mflags.naruse2010-12-021-0/+4
* * lib/mkmf.rb (create_makefile): make extension libraries messagesnobu2010-11-171-1/+2
* * ext/extmk.rb (extract_makefile): follow the change ofnobu2010-08-071-1/+1
* * ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.naruse2010-08-031-1/+0
* * ext/purelib.rb: no longer used since the default load path ofnobu2010-08-021-1/+0
* * ext/socket/extconf.rb: suppress a warning.akr2010-01-261-8/+8
* * Makefile.in (clean-ext): allow glob patterns.nobu2010-01-191-21/+19
* * ext/extmk.rb: fix for extstatic.nobu2009-12-301-5/+7
* * ext/extmk.rb (command_output): $makeflags are already quoted.nobu2009-11-301-1/+1
* * ext/extmk.rb: use RbConfig instead of Config.akr2009-04-301-1/+1
* * ext/extmk.rb: quotes arguments with spaces always.nobu2009-04-031-1/+1
* * ext/extmk.rb (extmake): removes object files no longer used andnobu2009-03-031-1/+4
* * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu2009-03-031-5/+4
* * ext/extmk.rb (extmake): initialize $objs before extrace_makefile.nobu2009-03-031-0/+1
* * ext/extmk.rb (extmake): removes object files no longer used.nobu2009-03-031-0/+2
* * common.mk (main): passes $(MAKE) to mkmain_cmdnobu2009-03-031-3/+3
* * common.mk (main): split from exts and makes main program afternobu2009-02-241-3/+31
* * lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu2009-02-011-2/+2
* * ext/extmk.rb (extmake): does not use both of makefile.rb andnobu2009-01-041-5/+4
* * lib/mkmf.rb ($config_h): now always defines for old libraries.nobu2008-10-051-1/+0
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-1/+1
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-2/+2
* * ext/extmk.rb (extmake): check if compile before showing message.nobu2008-06-191-10/+5
* * ext/extmk.rb: negate default of --without-ext if --with-ext isnobu2008-06-101-2/+6
* * ext/extmk.rb: negate default of --without-ext.nobu2008-06-101-1/+3
* * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu2008-05-081-1/+2
* * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu2008-05-081-2/+1
* * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu2008-05-081-1/+1
* * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu2008-02-261-19/+24
* * common.mk, ext/extmkf.rb: always make encdb.h.naruse2008-01-291-0/+1
* * common.mk (encs): new target to compile external encodings.nobu2007-12-171-9/+0
* * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu2007-11-281-1/+1
* * ext/extmk.rb (extmake): save all CONFIG values.nobu2007-08-031-16/+43
* * common.mk (realclean): separate local and ext.nobu2007-06-151-3/+11
* * ext/extmk.rb: prepend also topdir to mflags at last.nobu2007-06-101-1/+2
* * Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc.nobu2007-06-101-1/+1