summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2012-08-17incs: timestamp filenobu
2012-07-03make runnablenobu
2012-06-13* Makefile.in: don't remove macros. now name2ctype uses macros.naruse
2012-06-13Makefile.in: warnflagsnobu
2012-05-20Bug #6462: EXTSOLIBSnobu
2012-05-19static-linked-ext: into librubynobu
2012-05-19use LIBEXTnobu
2012-05-19fix typonobu
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-05-16Supports static linking of extensions and encodings again.yugui
2012-05-07codesignnobu
2012-05-03distclean verconf.hnobu
2012-04-17* Makefile.in (reconfig, config.status): not depend onnobu
2012-04-06* Makefile.in ($(LIBRUBY_A)): fix typo.kazu
2012-03-26* win32/Makefile.sub (newline.c, miniprelude.c): search from sourcenobu
2012-03-16remove a trailing space [ci skip]kazu
2012-03-13re-configurenobu
2012-02-29define PLATFORM_DIR if needednobu
2012-02-29clean-platformnobu
2012-02-28* Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki
2011-12-14* common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platformusa
2011-12-02* Makefile.in (CFLAGS): append ARCH_FLAG.nobu
2011-11-27* Makefile.in (DLDFLAGS): also needs -fstack-protector.nobu
2011-11-25* Makefile.in (EXTLDFLAGS): export it.kosaki
2011-11-19* Makefile.in (enc/unicode/name2ctype.h): remove duplicatednobu
2011-11-16* Makefile.in (LIBRUBY_A): check if generated linked library isnobu
2011-09-05* Makefile.in (INSNS): change command line option -Ks to -Ku fornagachika
2011-07-31Forward-ports r32776 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk.yugui
2011-07-08* common.mk (RUN_OPT): disable gems.nobu
2011-07-08* common.mk (sudo-precheck): true command is not standard onnobu
2011-02-11* configure.in (rubygems): add --disable-rubygems option.nobu
2010-12-30* Makefile.in: remove unnecessary semicolons.kazu
2010-12-30 * Makefile.in: Check V=1 argument if run "make clean" or similar.kosaki
2010-12-30 * Makefile.in: Kill ugly line continuation.kosaki
2010-11-17* Makefile.in (reconfig): force reconfigure with previous options.nobu
2010-11-17* Makefile.in (lex.c): show commands if Q is not set.nobu
2010-11-13* common.mk (showflags, help): emit messages at once.nobu
2010-11-12* common.mk (showflags, help): use caret to quote leading spaces on Windows.nobu
2010-11-12* Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu
2010-11-11 * cygwin/GNUmakefile.in: shorten messages.nobu
2010-11-11* common.mk: hide long command lines by default. verbose-mode isnobu
2010-11-11* configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX.nobu
2010-10-26* Makefile.in (ASFLAGS): needs INCFLAGS.nobu
2010-10-26* common.mk (pkgconfig-data): moved from Makefile.in.nobu
2010-10-25* Makefile.in (pkgconfig-data): create pkg-config metadata file.nobu
2010-10-16* Makefile.in (CPP): already used in .c.i rule.nobu
2010-10-03* Makefile.in (clean-rdoc): Don't use \ in variable expantion.naruse
2010-09-24* Makefile.in (install-cross): target to install cross-compilingnobu
2010-09-19* common.mk (clean): removes all documents on cleaning.oyugui