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

2018-12-03 Thread Marcin Kasperski
> > I tried using the following snippet: > > > >OUTPUT/something : > > mkdir -p OUTPUT > > $(file > $@, something) > > (…) > > That's the defined behaviour. > All variables are evaluated and all functions called before any commands are > run. > It's the result of that evaluat

[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