зеркало из https://github.com/github/ruby.git
Ignore fail on non empty ext and gems [ci skip]
* Makefile.in ({ext,gems}/{distclean,realclean}): ignore fail on removal of non empty directories. these directories should not be empty when in-place build. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f94b7bcee4
Коммит
62b885b090
|
@ -456,7 +456,7 @@ ext/distclean ext/realclean gems/distclean gems/realclean::
|
|||
test "$$#" = 0 && set .; \
|
||||
cd $(@D) 2>/dev/null && \
|
||||
find "$$@" -type d -empty -exec $(RMDIRS) {} + 2> /dev/null || true
|
||||
$(Q) $(RMDIRS) $(@D)
|
||||
$(Q) $(RMDIRS) $(@D) 2> /dev/null || true
|
||||
|
||||
clean-enc distclean-enc realclean-enc:
|
||||
@test -f "$(ENC_MK)" || exit 0; \
|
||||
|
|
Загрузка…
Ссылка в новой задаче