зеркало из https://github.com/github/ruby.git
* common.mk, Makefile.in, */Makefile.sub (distclean-local): move
removing rule of ext/ripper/y.output from common.mk to Makefiles that depend on platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
afb1b2b58f
Коммит
b9127221e5
|
@ -1,3 +1,9 @@
|
|||
Mon Jan 7 15:42:46 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* common.mk, Makefile.in, */Makefile.sub (distclean-local): move
|
||||
removing rule of ext/ripper/y.output from common.mk to Makefiles
|
||||
that depend on platforms.
|
||||
|
||||
Mon Jan 7 13:54:57 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* re.c (rb_reg_preprocess): fix fixed_enc condition.
|
||||
|
|
|
@ -196,6 +196,7 @@ clean-local::
|
|||
|
||||
distclean-local::
|
||||
@$(RM) ext/config.cache $(RBCONFIG)
|
||||
@-$(RM) ext/ripper/y.output
|
||||
|
||||
ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
|
||||
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
|
||||
|
|
|
@ -518,6 +518,7 @@ 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
|
||||
@-$(RM) ext\ripper\y.output
|
||||
|
||||
ext/extinit.obj: ext/extinit.c $(SETUP)
|
||||
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
|
||||
|
|
|
@ -315,7 +315,6 @@ distclean-local:: clean-local
|
|||
@$(RM) $(MKFILES) config.h rbconfig.rb yasmdata.rb
|
||||
@$(RM) config.cache config.log config.status config.status.lineno $(PRELUDES)
|
||||
@$(RM) *~ *.bak *.stackdump core *.core gmon.out y.tab.c y.output $(PREP)
|
||||
@-$(RM) ext/ripper/y.output
|
||||
distclean-ext:
|
||||
@-$(MINIRUBY) $(srcdir)/ext/extmk.rb $(EXTMK_ARGS) distclean
|
||||
# -$(RM) $(INSTALLED_LIST) $(arch_hdrdir)/ruby/config.h
|
||||
|
|
|
@ -556,6 +556,7 @@ 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
|
||||
@-$(RM) ext\ripper\y.output
|
||||
|
||||
$(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: $(RBCONFIG)
|
||||
@$(MINIRUBY) $(srcdir)/win32/resource.rb \
|
||||
|
|
|
@ -489,6 +489,7 @@ 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
|
||||
@-$(RM) ext\ripper\y.output
|
||||
|
||||
$(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: $(RBCONFIG)
|
||||
@$(MINIRUBY) $(srcdir)/win32/resource.rb \
|
||||
|
|
Загрузка…
Ссылка в новой задаче