# HG changeset patch # User timothy.murphy@nokia.com # Date 1271263395 -3600 # Node ID 88c2609eda7a602115fb93e52dd05c2b6e991211 # Parent f3b5772862f74400dab74025e6e81ff1313aa30e fix: even more minimal resource dependendcies. diff -r f3b5772862f7 -r 88c2609eda7a sbsv2/raptor/lib/flm/resource.flm --- a/sbsv2/raptor/lib/flm/resource.flm Tue Apr 13 13:30:12 2010 +0100 +++ b/sbsv2/raptor/lib/flm/resource.flm Wed Apr 14 17:43:15 2010 +0100 @@ -156,7 +156,7 @@ # of full dependency information which can overwhelm make in large builds. # The strategy is to filter out lines (apart from the target line which is the first) which don't have .rsg or # .mbg dependencies in them. - DEPENDENCY_CORRECTOR:={ $(GNUSED) -n -r '/.*: +.$$$$/ p;\%\.((rsg)|(mbg))%I {s% ([^ \/]+\.((rsg)|(mbg)))% $(EPOCROOT)\/epoc32\/include\/\1%ig; p}' && echo "" ; } + DEPENDENCY_CORRECTOR:={ $(GNUSED) -n -r '/.*: +.$$$$/ p;\%\.((rsg)|(mbg))%I {s% ([^ \/]+\.((rsg)|(mbg)))% __EPOCROOT\/epoc32\/include\/\1%ig;s% [^_][^_][^E][^ ]+%%g;s%__EPOCROOT%$(EPOCROOT)%g; p}' && echo "" ; } else # Generate full dependency information DEPENDENCY_CORRECTOR:=$(GNUSED) -r 's% ([^ \/]+\.((rsg)|(mbg)))% $(EPOCROOT)\/epoc32\/include\/\1%ig'