зеркало из https://github.com/github/ruby.git
Remove platform directory when distclean or more [ci skip]
At the time of clean-platform, platform directory may not be empty because of parallel build.
This commit is contained in:
Родитель
6dbc3a2871
Коммит
93ccb8e8a2
|
@ -712,7 +712,7 @@ clean-capi distclean-capi realclean-capi:
|
|||
@echo $(@:-capi=ing) capi
|
||||
$(Q)$(RMALL) $(CAPIOUT)
|
||||
|
||||
clean-platform:
|
||||
clean-platform distclean-platform realclean-platform:
|
||||
$(Q) $(RM) $(PLATFORM_D)
|
||||
-$(Q) $(RMDIR) $(PLATFORM_DIR) 2> $(NULL) || $(NULLCMD)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче