Re: keep on patchin'
Craig Small <[email protected]> Sat, 24 Oct 2020 18:39:33 +1100
| Newsgroups | gmane.linux.procps.devel |
|---|---|
| Message-ID | <CALy8Cw4eaN7qVEE=u1wBUFx+8gQhvNFNhJGJZaAk50gq4zKtbw@mail.gmail.com> |
On Thu, 22 Oct 2020 at 07:33, Jim Warner <[email protected]> wrote: > Attach are some minor patches for our two branches. The topmost newlib > patch just eliminates the final 'clean' output so check-lib test results > aren't buried. > I misread that as it eliminated the clean after. Wondering how you were going to remove the debug library if that was the case. Happily the patch showed the way (and that I don't read emails on my phone correctly). Both sets of patches are pushed. The procps_misc.3 is also pushed. ( and a big thank you to autotools and/or dejagnu for their bug ) > You can thank automake because its making your life easier! (apparently) Maybe it is its life that is easiest, not sure. $ grep -B2 srcdir= /usr/share/automake-1.16/am/dejagnu.am check-DEJAGNU: site.exp ## Life is easiest with an absolute srcdir, so do that. srcdir='$(srcdir)'; export srcdir; \ - Craig