# HG changeset patch # User Dario Sestito # Date 1273754485 -3600 # Node ID 34a204558a6a8a3603d20d4cc658b49562504dd5 # Parent 03016feedc4b27c2018ccdda29fd30955a4431cd Bug 2707 - cryptoprep.flm changes the value of EPOCROOT diff -r 03016feedc4b -r 34a204558a6a 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)))