aboutsummaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]nobu2004-02-221-1/+1
* * ext/extmk.rb: use optparse instead of getopts.nobu2004-02-221-35/+37
* * ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu2004-02-211-9/+27
* * ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu2004-02-171-8/+16
* * ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu2004-02-171-6/+10
* * ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout.nobu2004-02-091-7/+7
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-26/+81
* * ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu2004-01-261-1/+1
* * ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa2004-01-191-2/+4
* * ext/extmk.rb (extmake): should not reduce necessary libraries.nobu2004-01-091-1/+1
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-071-7/+15
* * instruby.rb: fix install directory if destdir and compile_dir areusa2003-12-281-1/+1
* * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu2003-12-031-1/+1
* * ext/extmk.rb (extmake): should not force to remake Makefile whennobu2003-08-171-4/+4
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-12/+16
* commit missnobu2003-08-121-1/+1
* * ext/extmk.rb (extmake): compact $extlibs.nobu2003-08-121-6/+5
* * Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu2003-08-121-3/+10
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-7/+15
* * ext/extmk.rb (--no-undefined): annoying option removed.eban2003-08-021-11/+0
* * ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban2003-07-291-2/+2
* * lib/mkmf.rb (rm_f): use FileUtils.nobu2003-07-181-2/+7
* * ext/extmk.rb: add -Wl,--no-undefined to LDSHARED onlyeban2003-04-241-1/+8
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-1/+1
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-1/+1
* * ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--".eban2003-02-101-3/+2
* * instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend aknu2003-01-271-16/+8
* * instruby.rb ($mflags.set?): Check $make instead of $nmake, sinseusa2003-01-261-0/+1
* * instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -nknu2003-01-261-7/+16
* * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu2003-01-251-14/+31
* *** empty log message ***nobu2003-01-051-1/+5
* * ext/extmk.rb (extmake): set $0 temporarily while loadingnobu2003-01-051-10/+14
* * instruby.rb: need paren in regexp(make -n install).eban2003-01-051-11/+9
* * wrong regexp.eban2002-12-311-1/+1
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-8/+21
* * typofixeban2002-12-301-1/+1
* * ext/extmk.rb: split --make argument contains options, assumenobu2002-12-301-0/+3
* * ext/extmk.rb (create_makefile): check only `-' option.eban2002-12-261-7/+3
* * ext/extmk.rb (create_makefile): -no-undefined -> --no-undefined.eban2002-12-111-1/+1
* * ext/extmk.rb (extmake): return true if not dynamic and not static.eban2002-11-251-1/+1
* * configure.in (DLDFLAGS): removed -Wl,-no-undefined tonobu2002-11-131-2/+7
* * ext/extmk.rb: Properly pass the given target toknu2002-11-041-0/+1
* Fix a bogon in the last commit. (reported by WATANABE Tetsuya inknu2002-11-031-2/+1
* * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu2002-11-031-13/+16
* * ext/extmk.rb (extmake): use dummy_makefile to create dummynobu2002-10-281-4/+1
* ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi2002-10-271-0/+3
* * djgpp/*: sync with the latest.eban2002-10-271-0/+2
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-241-1/+1
* * ext/extmk.rb (extmake): add install: target to dummy Makefile.nobu2002-10-221-1/+1
* * instruby.rb: add dryrun mode.nobu2002-10-221-3/+6