зеркало из https://github.com/github/ruby.git
common.mk: fix clean order
* common.mk (clean, distclean): clean local files before platform directory, some files may exist there. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
b343148b5a
Коммит
0b8c716233
|
@ -463,7 +463,7 @@ install-prereq: $(CLEAR_INSTALLED_LIST) yes-fake sudo-precheck PHONY
|
||||||
clear-installed-list: PHONY
|
clear-installed-list: PHONY
|
||||||
@> $(INSTALLED_LIST) set MAKE="$(MAKE)"
|
@> $(INSTALLED_LIST) set MAKE="$(MAKE)"
|
||||||
|
|
||||||
clean: clean-ext clean-enc clean-golf clean-rdoc clean-capi clean-extout clean-platform clean-local
|
clean: clean-ext clean-enc clean-golf clean-rdoc clean-capi clean-extout clean-local clean-platform
|
||||||
clean-local:: clean-runnable
|
clean-local:: clean-runnable
|
||||||
$(Q)$(RM) $(OBJS) $(MINIOBJS) $(MAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES)
|
$(Q)$(RM) $(OBJS) $(MINIOBJS) $(MAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES)
|
||||||
$(Q)$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) dmyenc.$(OBJEXT) $(ARCHFILE) .*.time
|
$(Q)$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) dmyenc.$(OBJEXT) $(ARCHFILE) .*.time
|
||||||
|
@ -485,7 +485,7 @@ clean-extout: PHONY
|
||||||
-$(Q)$(RMDIR) $(EXTOUT)/$(arch) $(EXTOUT) 2> $(NULL) || exit 0
|
-$(Q)$(RMDIR) $(EXTOUT)/$(arch) $(EXTOUT) 2> $(NULL) || exit 0
|
||||||
clean-docs: clean-rdoc clean-html clean-capi
|
clean-docs: clean-rdoc clean-html clean-capi
|
||||||
|
|
||||||
distclean: distclean-ext distclean-enc distclean-golf distclean-extout distclean-platform distclean-local
|
distclean: distclean-ext distclean-enc distclean-golf distclean-extout distclean-local distclean-platform
|
||||||
distclean-local:: clean-local
|
distclean-local:: clean-local
|
||||||
$(Q)$(RM) $(MKFILES) yasmdata.rb *.inc $(arch)-fake.rb
|
$(Q)$(RM) $(MKFILES) yasmdata.rb *.inc $(arch)-fake.rb
|
||||||
$(Q)$(RM) config.cache config.status config.status.lineno
|
$(Q)$(RM) config.cache config.status config.status.lineno
|
||||||
|
|
Загрузка…
Ссылка в новой задаче