From 70946fb3ea60bb91f63310836762e4cd8eca85ba Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 22 Feb 2009 03:56:37 +0000 Subject: [PATCH] * Makefile.in (up): cd doesn't need LC_TIME, VCS needs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ddd247a69..42312bce6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 22 12:56:35 2009 Nobuyoshi Nakada + + * Makefile.in (up): cd doesn't need LC_TIME, VCS needs. + Sun Feb 22 10:43:57 2009 Nobuyoshi Nakada * vm_eval.c (method_missing): should not pop cfp if missing method diff --git a/Makefile.in b/Makefile.in index 7549a6e629..6f9c8847e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -243,7 +243,7 @@ ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP) $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c up:: - @LC_TIME=C cd "$(srcdir)" && $(VCSUP) + @cd "$(srcdir)" && LC_TIME=C exec $(VCSUP) update-rubyspec: @if [ -d $(srcdir)/spec/mspec ]; then \