am f89cd668: am d8de82fb: ignore touch error happening from broken symbolic link

* commit 'f89cd6689c6d39303e61dca88d0f84f8c8fea662':
  ignore touch error happening from broken symbolic link
This commit is contained in:
Keun young Park
2012-05-25 14:07:47 -07:00
committed by Android Git Automerger

View File

@@ -75,7 +75,7 @@ $(_pdk_fusion_stamp) : $(PDK_FUSION_PLATFORM_ZIP)
@echo "Unzip $(dir $@) <- $<"
$(hide) rm -rf $(dir $@) && mkdir -p $(dir $@)
$(hide) unzip -qo $< -d $(dir $@)
$(call split-long-arguments,touch,$(_pdk_fusion_files))
$(call split-long-arguments,-touch,$(_pdk_fusion_files))
$(hide) touch $@