[bug #55560] .SECONDEXPANSION and eval in target-specific prerequisite lists

2019-01-24 Thread anonymous
URL: Summary: .SECONDEXPANSION and eval in target-specific prerequisite lists Project: make Submitted by: None Submitted on: Thu 24 Jan 2019 04:33:32 PM UTC Severity: 3 - Normal

Re: Circular dependency with order-only dependencies

2019-01-24 Thread Eli Zaretskii
> From: Edward Welbourne > CC: "bug-make@gnu.org" , "psm...@gnu.org" > Date: Thu, 24 Jan 2019 10:16:01 + > > A suggestion for a kludge-around for this: part of your make-file says > how to regenerate the header from the data file, using an emacs binary. > Condition that part of your make-fil

Re: Circular dependency with order-only dependencies

2019-01-24 Thread Edward Welbourne
Eli Zaretskii (23 January 2019 20:21) > In Emacs, we have a header file that is generated from an certain data > file, but its generation requires an Emacs binary, which runs a Lisp > command to massage the data file into a C header. And the binary > depends on that header because one of the sourc