mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (clean-ext): get rid of failure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e8e477f209
commit
c7c3ed4597
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
Mon Nov 9 11:28:29 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Mon Nov 9 11:38:27 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in (clean-ext): get rid of failure.
|
||||
|
||||
* configure.in (warnflags): add -Wno-long-long.
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ clean-ext distclean-ext realclean-ext::
|
|||
dir=`dirname "$$mk"`; \
|
||||
echo $(@:-ext=)ing `expr "$$dir" : 'ext/\(.*\)'`; \
|
||||
(cd "$$dir"; $(MAKE) $(MFLAGS) $(@:-ext=)) && \
|
||||
test $@ != clean-ext && rmdir -p "$$dir" 2> /dev/null; \
|
||||
test $@ = clean-ext || rmdir -p "$$dir" 2> /dev/null; \
|
||||
done
|
||||
|
||||
ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue