зеркало из https://github.com/github/ruby.git
Ingore errors when removing intermediate files recursively [ci skip]
This commit is contained in:
Родитель
810779fab9
Коммит
d1c66456b8
|
@ -491,7 +491,7 @@ clean-local::
|
|||
enc/encinit.c enc/encinit.$(OBJEXT) $(pkgconfig_DATA) \
|
||||
ruby-runner.$(OBJEXT) ruby-runner.h \
|
||||
|| $(NULLCMD)
|
||||
$(Q)find . \( -name '*.bc' -o -name '*.[is]' \) -delete
|
||||
$(Q)find . -depth \( -name '*.bc' -o -name '*.[is]' \) -delete 2> /dev/null || true
|
||||
-$(Q)$(RMALL) exe/ *.dSYM
|
||||
|
||||
distclean-local::
|
||||
|
|
Загрузка…
Ссылка в новой задаче