X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcore%2FselectiveTracing%2FSConscript;h=c83423c48207c9006acab0ae77246bd7e50c0ed2;hb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;hp=e9e7c4e106832cda0d114aed006ec84ac36856b1;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/core/selectiveTracing/SConscript b/example/core/selectiveTracing/SConscript index e9e7c4e..c83423c 100644 --- a/example/core/selectiveTracing/SConscript +++ b/example/core/selectiveTracing/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_core_selectiveTracing" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################