X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcore%2FselectiveTracing%2FSConscript;h=c83423c48207c9006acab0ae77246bd7e50c0ed2;hb=10acee039e75b859b11fd809ce22fb2aecce47e2;hp=e9e7c4e106832cda0d114aed006ec84ac36856b1;hpb=307e1038b1ed9aa9274abd5ac7eb7086ad5e363b;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 ############################################################