mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (distclean-local): removes Doxyfile and
run.gdb at distclean'ing. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bbd1a18aaf
commit
25c96543cc
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Dec 29 18:24:49 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||||
|
|
||||||
|
* Makefile.in (distclean-local): removes Doxyfile and
|
||||||
|
run.gdb at distclean'ing.
|
||||||
|
|
||||||
Mon Dec 29 17:53:24 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
Mon Dec 29 17:53:24 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||||
|
|
||||||
* bin/erb: accepts options in more flexible styles.
|
* bin/erb: accepts options in more flexible styles.
|
||||||
|
|
|
@ -220,6 +220,8 @@ clean-local::
|
||||||
|
|
||||||
distclean-local::
|
distclean-local::
|
||||||
@$(RM) ext/config.cache $(RBCONFIG)
|
@$(RM) ext/config.cache $(RBCONFIG)
|
||||||
|
$(RM) Doxyfile
|
||||||
|
@-$(RM) run.gdb
|
||||||
-$(RM) $(INSTALLED_LIST) $(arch_hdrdir)/ruby/config.h
|
-$(RM) $(INSTALLED_LIST) $(arch_hdrdir)/ruby/config.h
|
||||||
-rmdir -p $(arch_hdrdir)/ruby
|
-rmdir -p $(arch_hdrdir)/ruby
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue