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

use single rm call

Change-Id: I21cd42a561b2fdc0fb2dbe977b1892cb8888c412
üst c458ea6d
......@@ -127,9 +127,9 @@ $(call gb_UnoApiTarget_get_target,%) :
$(call gb_UnoApiTarget_get_clean_target,%) :
$(call gb_Output_announce,$*,$(false),UNO,4)
-$(call gb_Helper_abbreviate_dirs,\
rm -f $(call gb_UnoApiTarget_get_target,$*) \
rm -rf $(call gb_UnoApiTarget_get_target,$*) \
$(call gb_UnoApiTarget_get_target,$*).oldformat \
-rm -rf $(call gb_UnoApiTarget_get_dep_target,$*) \
$(call gb_UnoApiTarget_get_dep_target,$*) \
$(basename $(call gb_UnoApiPartTarget_get_dep_target,$*)) \
$(call gb_UnoApiPartTarget_get_target,$*))
......
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