From: Keun young Park Date: Fri, 25 May 2012 17:52:44 +0000 (-0700) Subject: ignore touch error happening from broken symbolic link X-Git-Tag: android-x86-4.4-r1~939^2~8^2~39 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d8de82fb;p=android-x86%2Fbuild.git 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 --- diff --git a/core/pdk_config.mk b/core/pdk_config.mk index a1f3f720b..492a9c4db 100644 --- a/core/pdk_config.mk +++ b/core/pdk_config.mk @@ -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 $@