* 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
This commit is contained in:
parent
1e51a7b2c6
commit
70946fb3ea
@ -1,3 +1,7 @@
|
|||||||
|
Sun Feb 22 12:56:35 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* Makefile.in (up): cd doesn't need LC_TIME, VCS needs.
|
||||||
|
|
||||||
Sun Feb 22 10:43:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sun Feb 22 10:43:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* vm_eval.c (method_missing): should not pop cfp if missing method
|
* vm_eval.c (method_missing): should not pop cfp if missing method
|
||||||
|
@ -243,7 +243,7 @@ ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
|
|||||||
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
|
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
|
||||||
|
|
||||||
up::
|
up::
|
||||||
@LC_TIME=C cd "$(srcdir)" && $(VCSUP)
|
@cd "$(srcdir)" && LC_TIME=C exec $(VCSUP)
|
||||||
|
|
||||||
update-rubyspec:
|
update-rubyspec:
|
||||||
@if [ -d $(srcdir)/spec/mspec ]; then \
|
@if [ -d $(srcdir)/spec/mspec ]; then \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user