mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk, {bcc,win}32/Makefile.sub (clean-local): remove
intermediate files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
97dc8ee216
commit
56faedc99d
4 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Feb 24 23:29:48 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk, {bcc,win}32/Makefile.sub (clean-local): remove
|
||||
intermediate files.
|
||||
|
||||
Sun Feb 24 03:52:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* util.c (valid_filename): use O_EXCL to get rid of clobbering
|
||||
|
|
|
@ -462,10 +462,10 @@ post-install-doc::
|
|||
clean-local::
|
||||
@$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib
|
||||
@$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res
|
||||
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF)
|
||||
|
||||
distclean-local::
|
||||
@$(RM) ext\config.cache $(RBCONFIG:/=\)
|
||||
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF)
|
||||
@$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc
|
||||
|
||||
ext/extinit.obj: ext/extinit.c $(SETUP)
|
||||
|
|
|
@ -272,6 +272,7 @@ clean: clean-ext clean-local
|
|||
clean-local::
|
||||
@$(RM) $(OBJS) $(MAINOBJ) $(WINMAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES)
|
||||
@$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(ARCHFILE) .*.time
|
||||
@$(RM) y.tab.c y.output
|
||||
clean-ext:
|
||||
@-$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" $(EXTMK_ARGS) clean
|
||||
|
||||
|
@ -279,7 +280,7 @@ distclean: distclean-ext distclean-local
|
|||
distclean-local:: clean-local
|
||||
@$(RM) $(MKFILES) config.h rbconfig.rb
|
||||
@$(RM) config.cache config.log config.status
|
||||
@$(RM) *~ *.bak *.stackdump core *.core gmon.out y.tab.c y.output $(PREP)
|
||||
@$(RM) *~ *.bak *.stackdump core *.core gmon.out $(PREP)
|
||||
distclean-ext:
|
||||
@-$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" $(EXTMK_ARGS) distclean
|
||||
|
||||
|
|
|
@ -605,10 +605,10 @@ $(RUBYDEF): $(LIBRUBY_A) $(PREP)
|
|||
clean-local::
|
||||
@$(RM) ext\extinit.c ext\extinit.$(OBJEXT) ext\vc*.pdb miniruby.lib
|
||||
@$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res
|
||||
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF)
|
||||
|
||||
distclean-local::
|
||||
@$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\)
|
||||
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF)
|
||||
@$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc
|
||||
|
||||
$(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: $(RBCONFIG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue