Re: [patch] improve versatility and reliability of
Morten Welinder <[email protected]> Wed, 21 Aug 2019 19:16:11 -0400
| Newsgroups | gmane.comp.gnome.apps.gnumeric |
|---|---|
| Message-ID | <CANv4PNkYiMBoUA+SxvD1nC0BUXUmBr8oBzCb3udMgs5-GDCfRg@mail.gmail.com> |
This breaks "make distcheck" for me. [...] test -d "gnumeric-1.12.46" || mkdir "gnumeric-1.12.46" cp: cannot stat './/home/welinder/gnome/gnumeric/samples/regress.gnumeric': No such file or directory +# AFAICT this is just another name for the same thing: +$top_builddir = $topsrc; Not during distcheck. Anything written by the compilation will go into the build directory while src can remain readonly. I don't think that's related to the distcheck failure, though. M.