summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-13 11:43:01 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-13 11:43:01 +0000
commit13593bbd5fa89a11f8f89c8e15ce47bca270189d (patch)
tree1d446ef3827c8e1f3946155de53202a4ff7d5dc2 /Makefile.in
parent672c9bc5efb267f05e0eb26a59415feb29401b84 (diff)
downloadruby-13593bbd5fa89a11f8f89c8e15ce47bca270189d.tar.gz
ruby-13593bbd5fa89a11f8f89c8e15ce47bca270189d.tar.xz
ruby-13593bbd5fa89a11f8f89c8e15ce47bca270189d.zip
add comment.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5ba6f0752..4218ffecc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -189,10 +189,11 @@ incs: id.h
# 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 \