mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: ignore timestamp directory
* common.mk (clean-ext): ignore error on removing non-existent timestamp directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cfb519a25e
commit
62a4c2f55f
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ realclean-extout: distclean-extout
|
||||||
clean-ext distclean-ext realclean-ext::
|
clean-ext distclean-ext realclean-ext::
|
||||||
$(Q)$(RM) $(EXTS_MK)
|
$(Q)$(RM) $(EXTS_MK)
|
||||||
$(Q)$(RM) $(EXTOUT)/.timestamp/.*.time
|
$(Q)$(RM) $(EXTOUT)/.timestamp/.*.time
|
||||||
$(Q)$(RMDIR) $(EXTOUT)/.timestamp
|
$(Q)$(RMDIR) $(EXTOUT)/.timestamp 2> $(NULL) || exit 0
|
||||||
|
|
||||||
clean-enc distclean-enc realclean-enc: PHONY
|
clean-enc distclean-enc realclean-enc: PHONY
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue