mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in: remove unnecessary semicolons.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
af8df10d3b
commit
584a099fca
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Dec 31 03:00:34 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* Makefile.in: remove unnecessary semicolons.
|
||||
|
||||
Thu Dec 30 23:09:47 2010 wanabe <s.wanabe@gmail.com>
|
||||
|
||||
* vm.c (vm_define_method): guard iseq from GC while method definition.
|
||||
|
|
|
@ -333,10 +333,10 @@ clean-enc distclean-enc realclean-enc:
|
|||
exec $(MAKE) -f $(ENC_MK) $(MFLAGS) $(@:-enc=)
|
||||
|
||||
clean-rdoc distclean-rdoc realclean-rdoc:
|
||||
@echo $(@:-rdoc=ing) rdoc;
|
||||
@echo $(@:-rdoc=ing) rdoc
|
||||
$(Q)$(RMALL) $(RDOCOUT)
|
||||
clean-capi distclean-capi realclean-capi:
|
||||
@echo $(@:-capi=ing) capi;
|
||||
@echo $(@:-capi=ing) capi
|
||||
$(Q)$(RMALL) $(CAPIOUT)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue