From eaa1bcab351e3d5e835a69687aff8dbee007bb1d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 13 Aug 2008 04:09:15 +0000 Subject: * tool/make-snapshot: fix for clean up. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index da742b1a34..ab3fa699cb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -181,9 +181,12 @@ $(srcdir)/configure: $(srcdir)/configure.in # * svn checkout generate a file with mtime as current time # * XFS has a mtime with fractional part lex.c: keywords + @\ if cmp -s $(srcdir)/lex.c.src $?; then \ + set -x; \ cp $(srcdir)/lex.c.blt $@; \ else \ + set -x; \ gperf -C -p -j1 -i 1 -g -o -t -N rb_reserved_word -k1,3,$$ $? > $@.tmp && \ mv $@.tmp $@ && \ cp $? $(srcdir)/lex.c.src && \ -- cgit v1.2.3