+++ This bug was initially created as a clone of Bug #30285 +++ I wrote: > In a test build, the following distributed files incorrectly embed my build > directory: [...] > I think the culprit is the dist-hook rule in test/Makefile.am. then fixed the bug by making it even more complex. wjt replied: > This hook seems kind of crufty in general. I guess replacing it with an > explicit EXTRA_DIST list would not be trivial? Further discussion: 15:09 < smcv> wjt: my first go at #30825 did replace the crufty hook with EXTRA_DIST, but it's a comically long list and has a lot of special cases where files are randomly copied around, so I gave up 15:09 < wjt> hehe 15:09 < smcv> I'll revisit it later 15:09 < wjt> i think i looked at this once and was afraid of it
Created attachment 51616 [details] [review] Enumerate data files used in the build rather than using find(1) This is more verbose, but I think it's still better.
Comment on attachment 51616 [details] [review] Enumerate data files used in the build rather than using find(1) Review of attachment 51616 [details] [review]: ----------------------------------------------------------------- Bigger, but more legible. Go for it.
Thanks, fixed in git for 1.4.20, 1.5.12
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.