зеркало из https://github.com/github/ruby.git
* lib/mkmf.rb: distclean should remove mkmf.log as well.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f7ac4f227d
Коммит
fc1f22d5a8
|
@ -1,3 +1,7 @@
|
|||
Tue Jul 3 23:58:29 2001 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* lib/mkmf.rb: distclean should remove mkmf.log as well.
|
||||
|
||||
Tue Jul 3 18:35:49 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* eval.c (rb_eval_string_wrap): should push frame (and adjust
|
||||
|
|
|
@ -479,7 +479,7 @@ clean:; @$(RM) *.#{$OBJEXT} *.so *.sl *.a $(DLLIB)
|
|||
@$(RM) $(TARGET).lib $(TARGET).exp $(TARGET).ilk *.pdb
|
||||
|
||||
distclean: clean
|
||||
@$(RM) Makefile extconf.h conftest.*
|
||||
@$(RM) Makefile extconf.h conftest.* mkmf.log
|
||||
@$(RM) core ruby$(EXEEXT) *~
|
||||
|
||||
realclean: distclean
|
||||
|
|
Загрузка…
Ссылка в новой задаче