* common.mk (clean, distclean, realclean): should include clean-enc
and others. [ruby-dev:32887] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
26910f44bd
commit
1b0ba5931d
@ -1,3 +1,8 @@
|
|||||||
|
Sat Dec 29 21:54:37 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk (clean, distclean, realclean): should include clean-enc
|
||||||
|
and others. [ruby-dev:32887]
|
||||||
|
|
||||||
Sat Dec 29 13:29:29 2007 Tanaka Akira <akr@fsij.org>
|
Sat Dec 29 13:29:29 2007 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* bootstraptest/test_knownbug.rb: add a test reported by
|
* bootstraptest/test_knownbug.rb: add a test reported by
|
||||||
|
@ -300,7 +300,7 @@ install-prereq: $(CLEAR_INSTALLED_LIST)
|
|||||||
clear-installed-list:
|
clear-installed-list:
|
||||||
@exit > $(INSTALLED_LIST)
|
@exit > $(INSTALLED_LIST)
|
||||||
|
|
||||||
clean: clean-ext clean-local
|
clean: clean-ext clean-local clean-enc
|
||||||
clean-local::
|
clean-local::
|
||||||
@$(RM) $(OBJS) $(MINIOBJS) $(MAINOBJ) $(WINMAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES)
|
@$(RM) $(OBJS) $(MINIOBJS) $(MAINOBJ) $(WINMAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES)
|
||||||
@$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(ARCHFILE) .*.time
|
@$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(ARCHFILE) .*.time
|
||||||
@ -310,7 +310,7 @@ clean-ext:
|
|||||||
clean-enc:
|
clean-enc:
|
||||||
@-$(MAKE) -f enc.mk $(MFLAGS) clean
|
@-$(MAKE) -f enc.mk $(MFLAGS) clean
|
||||||
|
|
||||||
distclean: distclean-ext distclean-local
|
distclean: distclean-ext distclean-local distclean-enc
|
||||||
distclean-local:: clean-local
|
distclean-local:: clean-local
|
||||||
@$(RM) $(MKFILES) config.h rbconfig.rb
|
@$(RM) $(MKFILES) config.h rbconfig.rb
|
||||||
@$(RM) config.cache config.log config.status
|
@$(RM) config.cache config.log config.status
|
||||||
@ -322,7 +322,7 @@ distclean-ext:
|
|||||||
distclean-enc: clean-enc
|
distclean-enc: clean-enc
|
||||||
@-$(MAKE) -f enc.mk $(MFLAGS) distclean
|
@-$(MAKE) -f enc.mk $(MFLAGS) distclean
|
||||||
|
|
||||||
realclean:: realclean-ext realclean-local
|
realclean:: realclean-ext realclean-local realclean-enc
|
||||||
realclean-local:: distclean-local
|
realclean-local:: distclean-local
|
||||||
@$(RM) parse.c lex.c
|
@$(RM) parse.c lex.c
|
||||||
realclean-ext::
|
realclean-ext::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user