ruby-changes:18366
From: nobu <ko1@a...>
Date: Sun, 26 Dec 2010 22:25:16 +0900 (JST)
Subject: [ruby-changes:18366] Ruby:r30389 (trunk): * ext/ripper/depend (ripper.y): fix messages with nmake.
nobu 2010-12-26 22:25:10 +0900 (Sun, 26 Dec 2010) New Revision: 30389 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30389 Log: * ext/ripper/depend (ripper.y): fix messages with nmake. [ruby-dev:42896] Removed files: trunk/change.log1 Modified files: trunk/ChangeLog trunk/ext/ripper/depend Index: change.log1 =================================================================== --- change.log1 (revision 30388) +++ change.log1 (revision 30389) @@ -1,2 +0,0 @@ - * ext/ripper/depend (ripper.y): fix messages with nmake. - [ruby-dev:42896] Index: ChangeLog =================================================================== --- ChangeLog (revision 30388) +++ ChangeLog (revision 30389) @@ -1,3 +1,8 @@ +Sun Dec 26 22:25:07 2010 Nobuyoshi Nakada <nobu@r...> + + * ext/ripper/depend (ripper.y): fix messages with nmake. + [ruby-dev:42896] + Sun Dec 26 22:24:14 2010 Nobuyoshi Nakada <nobu@r...> * file.c (file_expand_path): get rid of warnings caused by Index: ext/ripper/depend =================================================================== --- ext/ripper/depend (revision 30388) +++ ext/ripper/depend (revision 30389) @@ -24,7 +24,7 @@ static: check ripper.y: $(srcdir)/tools/preproc.rb $(top_srcdir)/parse.y - $(ECHO) extracting $@ from $< + $(ECHO) extracting $@ from $(top_srcdir)/parse.y $(Q) $(RUBY) $(srcdir)/tools/preproc.rb $(top_srcdir)/parse.y --output=$@ check: $(GEN) $(SRC1) $(SRC2) @@ -43,5 +43,5 @@ preproc: ripper.E ripper.E: ripper.c - $(ECHO) preprocessing $< + $(ECHO) preprocessing ripper.c $(Q) $(CC) -E $(CPPFLAGS) ripper.c | $(RUBY) $(srcdir)/tools/strip.rb > $@ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/