summaryrefslogtreecommitdiffstats
path: root/core/pdk_config.mk
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-05-25 10:52:44 -0700
committerKeun young Park <keunyoung@google.com>2012-05-25 12:22:22 -0700
commitd8de82fbca4371ccefb41e02ac737e3a153901b3 (patch)
tree360ec337989891695a85721513fd2e30ba96a9b8 /core/pdk_config.mk
parentac44090133e4e3a674be831d28d6d8cc661d2472 (diff)
downloadbuild-d8de82fbca4371ccefb41e02ac737e3a153901b3.zip
build-d8de82fbca4371ccefb41e02ac737e3a153901b3.tar.gz
build-d8de82fbca4371ccefb41e02ac737e3a153901b3.tar.bz2
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
Diffstat (limited to 'core/pdk_config.mk')
-rw-r--r--core/pdk_config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pdk_config.mk b/core/pdk_config.mk
index a1f3f72..492a9c4 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 $@