Re: "make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c"

2025-02-05 Thread Karl Berry
https://review.openocd.org/c/openocd/+/8600 If you check out OpenOCD before that commit Not sure I'm up for debugging your source tree, but to take a first look, can you tell me what command(s) to run to get this checkout please? I have no idea, sorry. It didn't happen always That's

Re: "make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c"

2025-02-05 Thread R. Diez
> [...] > Looking again at your message from last November (sorry) >https://lists.gnu.org/archive/html/automake/2024-11/msg0.html > I am puzzled as to what's going on. > Maybe you can provide a runnable example of the problem? First of all, thanks for your interest in getting to the bottom

Re: "make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c"

2025-02-05 Thread Karl Berry
Hi, Subject: "make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c" Looking again at your message from last November (sorry) https://lists.gnu.org/archive/html/automake/2024-11/msg0.html I am puzzled as to what's going o

Re: "make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c"

2024-11-25 Thread Karl Berry
Hi - thanks for the report. $(ANGIE_FILES) refers to source subdirectory "src/jtag/drivers/angie/", but next to it there is a source file called "src/jtag/drivers/angie.c". I don't think Automake currently tries to consider the values of EXTRA_DIST, just copies them. So it's probably

"make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c"

2024-11-25 Thread R. Diez
Hi all: I have hit an interesting bug in Automake. It has taken me a few hours of learning and experimentation to track it down. The OpenOCD project uses the Autotools and everything seems fine: bootstrap, ./configure, "make install", etc. work fine. Only make "make dist" fails: $ make dist m