зеркало из https://github.com/github/ruby.git
* common.mk (clean): add prelude.c, config.log, and rbconfig.rb.
* common.mk (distclean): remove encdb.h, config.log, and rbconfig.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
2b071787d2
Коммит
f3372c22a6
|
@ -1,3 +1,9 @@
|
|||
Fri Aug 6 17:38:33 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* common.mk (clean): add prelude.c, config.log, and rbconfig.rb.
|
||||
|
||||
* common.mk (distclean): remove encdb.h, config.log, and rbconfig.rb.
|
||||
|
||||
Fri Aug 6 17:35:24 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* Makefile.in: ignore error from RMDIRS.
|
||||
|
|
|
@ -374,7 +374,7 @@ clean: clean-ext clean-local clean-enc clean-golf clean-rdoc clean-extout
|
|||
clean-local:: PHONY
|
||||
@$(RM) $(OBJS) $(MINIOBJS) $(MAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES)
|
||||
@$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(ARCHFILE) .*.time
|
||||
@$(RM) *.inc y.tab.c y.output encdb.h transdb.h
|
||||
@$(RM) *.inc y.tab.c y.output encdb.h transdb.h prelude.c config.log rbconfig.rb
|
||||
clean-ext:: PHONY
|
||||
clean-golf: PHONY
|
||||
@$(RM) $(GORUBY)$(EXEEXT) $(GOLFOBJS)
|
||||
|
@ -383,8 +383,8 @@ clean-extout: PHONY
|
|||
|
||||
distclean: distclean-ext distclean-local distclean-enc distclean-golf distclean-extout
|
||||
distclean-local:: clean-local
|
||||
@$(RM) $(MKFILES) rbconfig.rb yasmdata.rb encdb.h
|
||||
@$(RM) config.cache config.log config.status config.status.lineno $(PRELUDES)
|
||||
@$(RM) $(MKFILES) yasmdata.rb
|
||||
@$(RM) config.cache config.status config.status.lineno $(PRELUDES)
|
||||
@$(RM) *~ *.bak *.stackdump core *.core gmon.out $(PREP)
|
||||
distclean-ext:: PHONY
|
||||
distclean-golf: clean-golf
|
||||
|
|
Загрузка…
Ссылка в новой задаче