aboutsummaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-437/+108
* * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban2002-10-041-0/+4
* * ext/extmk.rb: The condition judgment without necessity was deleted.H_Konishi2002-09-281-1/+1
* * ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).eban2002-09-101-1/+2
* * time.c (time_free): prototype; struct time_object -> void *.eban2002-09-081-6/+4
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+549