Re: [bug #62228] prerequisite based on input file created during processing not created, but no error

2022-03-29 Thread Greg Minshall
Eddy, thanks very much for the reply. and, for the hints (on better use of make functions). >> something: >> @touch ${NEWIN} > It is generally good to let make know what files a rule creates, rather > than creating files as a side-effect of making a phony target. i guess this is the key.

[bug #54676] no way to query current vpath value

2022-03-29 Thread David Boyce
Follow-up Comment #1, bug #54676 (project make): Actually I think "vpath %.c ?" might be fine. Technically incompatible but the odds of anyone having ever used a directory called "?" seem very low. ___ Reply to this item at:

[bug #62232] could targetshave an implicit order-only dependency on their parent directory?

2022-03-29 Thread David Boyce
URL: Summary: could targetshave an implicit order-only dependency on their parent directory? Project: make Submitted by: boyski Submitted on: Tue 29 Mar 2022 01:37:57 PM UTC Severity:

Re: [bug #62228] prerequisite based on input file created during processing not created, but no error

2022-03-29 Thread Edward Welbourne
Greg Minshall (29 March 2022 06:38) wrote: > hi. sorry. i'm not sure if this is a bug. I'm fairly sure it isn't. > (but, i'm guessing that dependencies are built when the makefile is read, then > not updated?) The assignment of variables happens when the Makefile is read, but there are two kin