ignore touch error happening from broken symbolic link

- maguro platform.zip contains hdcp.keys symbolic link which is broken except env with the key
- this causes error in the touch

Bug: 6555557
Change-Id: I5f9ff5d57c87c0d3038545eeba3b553445a8493c
This commit is contained in:
Keun young Park 2012-05-25 10:52:44 -07:00
parent ac44090133
commit d8de82fbca
1 changed files with 1 additions and 1 deletions

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