[前][次][番号順一覧][スレッド一覧]

ruby-changes:13544

From: akr <ko1@a...>
Date: Tue, 13 Oct 2009 20:43:07 +0900 (JST)
Subject: [ruby-changes:13544] Ruby:r25323 (trunk): add comment.

akr	2009-10-13 20:43:01 +0900 (Tue, 13 Oct 2009)

  New Revision: 25323

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25323

  Log:
    add comment.

  Modified files:
    trunk/Makefile.in

Index: Makefile.in
===================================================================
--- Makefile.in	(revision 25322)
+++ Makefile.in	(revision 25323)
@@ -189,10 +189,11 @@
 
 # Things which should be considered:
 # * with gperf v.s. without gperf
+# * committers may have various versions of gperf
 # * ./configure v.s. ../ruby/configure
 # * GNU make v.s. HP-UX make	# HP-UX make invokes the action if lex.c and keywords has same mtime.
 # * svn checkout generate a file with mtime as current time
-# * XFS has a mtime with fractional part
+# * ext4 and XFS has a mtime with fractional part
 lex.c: defs/keywords
 	@\
 	if cmp -s $(srcdir)/defs/lex.c.src $?; then \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]