bug#20713: aclocal/tar.m4 and solaris 5.10

2022-02-21 Thread Mike Frysinger
On 21 Feb 2022 16:26, Karl Berry wrote: > should we change "unknown" to $GID & $UID respectively ? > > I guess it couldn't hurt, although I doubt it makes any difference in > practice. i feel like you just accidentally wrote Automake's motto :p > if test $am_uid = "unknown"; then > >

bug#53340: [PATCH] python: use xargs -n when uninstalling files

2022-02-21 Thread Karl Berry
- $(am__cd) "$$dir" && $(am__rm_f) $$files; }; \ + $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ Looks good to me, FWIW. -k

bug#20713: aclocal/tar.m4 and solaris 5.10

2022-02-21 Thread Karl Berry
should we change "unknown" to $GID & $UID respectively ? I guess it couldn't hurt, although I doubt it makes any difference in practice. if test $am_uid = "unknown"; then Don't we usually avoid quoting constant strings? I.e.: if test "$am_uid" = unknown; then AC_MSG_WARN([ancient

bug#17614: parallel compilation fails

2022-02-21 Thread Mike Frysinger
On 21 Feb 2022 12:15, Peter Johansson wrote: > On 25/1/22 16:24, Mike Frysinger wrote: > > On 19 Jan 2022 18:32, Peter Johansson wrote: > >> On 19/1/22 18:10, Mike Frysinger wrote: > >>> assuming it still fails with Automake 1.16 ... > >> > >> I'll test when I'm out of this semi-lockdown and have

bug#17614: parallel compilation fails

2022-02-21 Thread Peter Johansson
Hi Mike, On 25/1/22 16:24, Mike Frysinger wrote: On 19 Jan 2022 18:32, Peter Johansson wrote: On 19/1/22 18:10, Mike Frysinger wrote: assuming it still fails with Automake 1.16 ... I'll test when I'm out of this semi-lockdown and have access to a computer with more CPUs. can you link to