aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* * common.mk (showflags): show LD commands.nobu2011-01-101-2/+6
* * common.mk (EXTMK_ARGS): specify to pass macro V, because nmakeusa2010-12-271-1/+1
* * common.mk (clean-local): remove pc file.nobu2010-12-151-1/+1
* * common.mk (help): there is no reason to use the abbreviation for here.usa2010-12-141-1/+1
* * common.mk (ID_H_INCLUDES): now id.h depends on vm_opts.h.nobu2010-12-121-3/+2
* * common.mk (test-build): test-all runs build tests on cross-compiling.nobu2010-12-061-6/+1
* * common.mk (test-build): run all test normally on native environments.nobu2010-12-061-1/+4
* * common.mk (test-build): test for build process.nobu2010-12-061-0/+4
* * configure.in: link addr2line only for ELF.nobu2010-11-271-1/+0
* * addr2line.c: added to show source filename and line number ofnaruse2010-11-261-0/+1
* add dependency(insns.inc) to compile.objarton2010-11-191-1/+1
* * Makefile.in (reconfig): force reconfigure with previous options.nobu2010-11-171-0/+6
* * win32/Makefile.sub (MAKEDIRS): should not include silent flag.nobu2010-11-171-3/+3
* * common.mk (ext/ripper/ripper.c, ext/json/parser/parser.c): passnobu2010-11-171-2/+6
* * common.mk (showflags, help): emit messages at once.nobu2010-11-131-34/+38
* * common.mk (showflags, help): use caret to quote leading spaces on Windows.nobu2010-11-121-34/+34
* * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu2010-11-121-30/+15
* * common.mk (showflags): nmake ignores case difference of targets.nobu2010-11-111-3/+2
* * common.mk (all, main): show flags first.nobu2010-11-111-3/+3
* * common.mk (Doxyfile, capi, rdoc): show messages only by default.nobu2010-11-111-1/+10
* * common.mk (SHOWFLAGS): show compile flags.nobu2010-11-111-0/+10
* * common.mk: hide long command lines by default. verbose-mode isnobu2010-11-111-0/+25
* * common.mk (ext/ripper/ripper.c): RUBY needs to be set.nobu2010-11-041-1/+1
* * common.mk (INSTRUBY): run via $(SUDO) if given.nobu2010-11-031-1/+1
* * enum.c: use constants in id.h.nobu2010-10-301-1/+1
* * common.mk (pkgconfig-data): moved from Makefile.in.nobu2010-10-261-0/+2
* * common.mk (run.gdb): Quit gdb on 'make gdb' whenko12010-10-241-0/+5
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29425 b2dd03c8-39d4-4d8f-98...nobu2010-10-081-1/+1
* * Makefile.in (install-cross): target to install cross-compilingnobu2010-09-241-0/+1
* * common.mk (clean): removes all documents on cleaning.oyugui2010-09-191-3/+8
* Merges r27968 from ruby_1_9_2 into trunk.yugui2010-09-031-1/+3
* * common.mk (node_name.inc): remove command option -n and givenaruse2010-08-291-1/+1
* * common.mk (clean): exclude *.inc. [ruby-dev:41931]naruse2010-08-291-3/+4
* * common.mk (version.o): depends on both of version.h andnobu2010-08-231-1/+1
* * common.mk (capi): use -b option for doxygen. It disables stdoutakr2010-08-161-1/+1
* * Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): splitnobu2010-08-161-0/+5
* * common.mk (RUBY_H_INCLUDES): add subst.h.nobu2010-08-071-1/+2
* * common.mk (clean): add prelude.c, config.log, and rbconfig.rb.naruse2010-08-061-3/+3
* * common.mk (EXT_SRCS): add ext/json/parser/parser.c.nobu2010-07-281-2/+5
* * configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu2010-07-211-0/+2
* * common.mk (test-knownbug): ignore known bugs.nobu2010-07-011-1/+2
* * common.mk (clear-installed-list): put redirection before setnobu2010-06-261-1/+1
* * Makefile.in, common.mk (clean-ext, clean-enc): clean up cleaningnobu2010-06-141-5/+1
* * gem_prelude.rb: load full rubygems at LoadError for activationnobu2010-06-071-1/+3
* * common.mk (change, prelude): phony targets.nobu2010-05-241-2/+2
* * common.mk (change), tool/change_maker.rb: make a brief templatenobu2010-05-241-0/+4
* * common.mk (dln_find.o): fix dependency.nobu2010-05-161-1/+1
* * common.mk (dln_find.o): fix dependency.nobu2010-05-161-1/+1
* * error.c (rb_loaderror): use locale string, not ascii-8bit.nobu2010-05-161-1/+2
* * common.mk (rdoc): rdoc should depend main. Moreover when XRUBYnaruse2010-05-091-1/+1