Re: [PATCH] build: Place cache file in build directory

2020-11-09 Thread Karel Gardas
Hello Sebastian, sorry for late warning, but this patch breaks wscript on Ubuntu 20.04 LTS. It looks like bldnode is not part of the ctx variable. At least bsp_defaults and bsp_list commands are broken by it. The output looks as: $ ./waf bsp_list Traceback (most recent call last): File "/expo

Re: [PATCH] build: Place cache file in build directory

2020-11-05 Thread Gedare Bloom
On Thu, Nov 5, 2020 at 10:13 AM Sebastian Huber wrote: > > On 05/11/2020 18:00, Gedare Bloom wrote: > > > ok I think. the commit message confused me since the c4che was in the > > 'build/' directory already, now you move to the directory in which the > > build happens. > > > > I guess this means i

Re: [PATCH] build: Place cache file in build directory

2020-11-05 Thread Sebastian Huber
On 05/11/2020 18:00, Gedare Bloom wrote: ok I think. the commit message confused me since the c4che was in the 'build/' directory already, now you move to the directory in which the build happens. I guess this means if one builds in the source tree and doesn't specify --out, they will get c4che

Re: [PATCH] build: Place cache file in build directory

2020-11-05 Thread Gedare Bloom
ok I think. the commit message confused me since the c4che was in the 'build/' directory already, now you move to the directory in which the build happens. I guess this means if one builds in the source tree and doesn't specify --out, they will get c4che in rtems.git source? This directory should

[PATCH] build: Place cache file in build directory

2020-11-05 Thread Sebastian Huber
This improves support for the --out option. --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 57ec6ff7f7..5f6958dbf3 100755 --- a/wscript +++ b/wscript @@ -1135,8 +1135,8 @@ def load_from_yaml(load, ctx, data_by_uid, base, path): def l