Skip to content

Commit

Permalink
merge with trunk
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/branches/testing@249 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
lrz committed Jun 5, 2008
1 parent fe192be commit 4734ee1
Show file tree
Hide file tree
Showing 1,257 changed files with 11,231 additions and 170,254 deletions.
900 changes: 897 additions & 3 deletions ChangeLog

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -42,6 +42,7 @@ CFLAGS = @CFLAGS@ @ARCH_FLAG@
cflags = @cflags@
optflags = @optflags@
debugflags = @debugflags@
warnflags = @warnflags@
XCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) @XCFLAGS@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @STATIC@ $(CFLAGS) @LDFLAGS@
Expand Down Expand Up @@ -96,7 +97,7 @@ RANLIB = @RANLIB@
AS = @AS@
ASFLAGS = @ASFLAGS@
IFCHANGE = $(srcdir)/tool/ifchange
SET_LC_MESSAGES = LC_MESSAGES=C
SET_LC_MESSAGES = env LC_MESSAGES=C

OBJEXT = @OBJEXT@
ASMEXT = S
Expand Down
4 changes: 4 additions & 0 deletions README
Expand Up @@ -65,6 +65,10 @@ This is what you need to do to compile and install Ruby:

2. Run ./configure, which will generate config.h and Makefile.

Some C compiler flags may be added by default depending on your
environment. Specify optflags=.. and warnflags=.. as necessary
to override them.

3. Edit defines.h if you need. Usually this step will not be needed.

4. Remove comment mark(#) before the module names from ext/Setup (or
Expand Down
4 changes: 4 additions & 0 deletions README.ja
Expand Up @@ -88,6 +88,10 @@ Ruby

2. configure��¹Ԥ���Makefile�ʤɤ���������

�Ķ��ˤ�äƤϥǥե���Ȥ�C����ѥ����ѥ��ץ�����դ�
�ޤ���configure���ץ����� optflags=.. warnflags=.. ��
�Ǿ�񤭤Ǥ��ޤ���

3. (ɬ�פʤ��)defines.h���Խ�����

¿ʬ��ɬ��̵���Ȼפ��ޤ���
Expand Down

0 comments on commit 4734ee1

Please sign in to comment.