Bug 2707 - cryptoprep.flm changes the value of EPOCROOT RCL_3 PDK_3.0.i
authorDario Sestito <darios@symbian.org>
Thu, 13 May 2010 13:41:25 +0100
branchRCL_3
changeset 28 34a204558a6a
parent 27 03016feedc4b
child 33 5791d6d30409
Bug 2707 - cryptoprep.flm changes the value of EPOCROOT
omadrm/drmengine/group/CryptoPrep.flm
--- a/omadrm/drmengine/group/CryptoPrep.flm	Mon May 03 13:37:56 2010 +0100
+++ b/omadrm/drmengine/group/CryptoPrep.flm	Thu May 13 13:41:25 2010 +0100
@@ -17,8 +17,11 @@
 # first instance of this FLM
 _CRYPTOPREP_FLM_:= 1
 
-TMPROOT:=$(subst \,/,$(EPOCROOT))
-EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/
+# darios: changing the value of EPOCROOT while make is running
+# messes up the target dependecies
+# also these two lines are not needed for this flm
+#TMPROOT:=$(subst \,/,$(EPOCROOT))
+#EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/
 
 # NB: abspath doesn't like Windows drive letters
 CRYPTO_SOURCE_DRIVE:=$(firstword $(subst :, ,$(EXTENSION_ROOT)))