am d8de82fb: ignore touch error happening from broken symbolic link

* commit 'd8de82fbca4371ccefb41e02ac737e3a153901b3':
  ignore touch error happening from broken symbolic link
This commit is contained in:
Keun young Park
2012-05-25 14:04:35 -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 $@