Question about `wildcard` value caching

2018-11-30 Thread Gaëtan Harter
Hello, I tried to use `wildcard` in place of doing `ls` and found some limitation I did not know about. I faced the issue that, even with deferred variables, the value of `wildcard` was cached to the value it has on first evaluation and does not reflect the last state of the filesystem. W

Re: [bug #55137] $(file …) is executed too early when used in recipe

2018-11-30 Thread Edward Welbourne
Marcin Kasperski (30 November 2018 11:59) > I tried using the following snippet: > >OUTPUT/something : > mkdir -p OUTPUT > $(file > $@, something) > > It crashes with > OUTPUT/something: No such file or directory. Stop. > > Moreover, looks like file is executed before an

[bug #55137] $(file …) is executed too early when used in recipe

2018-11-30 Thread Marcin Kasperski
URL: Summary: $(file …) is executed too early when used in recipe Project: make Submitted by: mekk Submitted on: Fri 30 Nov 2018 10:59:17 AM UTC Severity: 3 - Normal Ite