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:
Nobuyoshi Nakada 2020-05-28 00:13:11 +09:00
Родитель 6dbc3a2871
Коммит 93ccb8e8a2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7CD2805BFA3770C6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)