Kaydet (Commit) 9c634c95 authored tarafından David Tardon's avatar David Tardon

remove workdir too

Change-Id: Ib6d1a21fcc2a4dd6dda1e46a99551b38b5035d1f
üst 2e8fb580
......@@ -54,7 +54,7 @@ $(call gb_UILocalizeTarget_get_target,%) : $(gb_UILocalizeTarget_DEPS)
$(call gb_UILocalizeTarget_get_clean_target,%) :
$(call gb_Output_announce,$*,$(false),UIX,1)
$(call gb_Helper_abbreviate_dirs,\
rm -f $(call gb_UILocalizeTarget_get_target,$*) \
rm -rf $(call gb_UILocalizeTarget_get_target,$*) $(call gb_UILocalizeTarget_get_workdir,$*) \
)
# Produce translations for one .ui file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment