Nothing major, just a few things I noticed while working on various *BSDs. Eric Wong (8): ci/run: favor `make check' as the default target drop GNU nproc(1) support in favor of getconf(1) ipc: assume SOCK_SEQPACKET exists rename t/run.perl to xt/check-run makefile: avoid needless use of double-colon rules pop3d: split @FLOCK into $FLOCK_TMPL and @FLOCK_ORDER install/deps: more fixes makefile: avoid non-POSIX which(1)
Documentation/include.mk | 10 ++++++---- MANIFEST | 2 +- Makefile.PL | 31 +++++++++++++++++-------------- ci/run.sh | 5 +++-- install/deps.perl | 17 ++++++++++++----- lib/PublicInbox/IPC.pm | 22 +++++++++------------- lib/PublicInbox/POP3D.pm | 16 ++++++++-------- t/nntpd.t | 2 +- t/run.perl => xt/check-run.t | 4 ++-- 9 files changed, 59 insertions(+), 50 deletions(-) rename t/run.perl => xt/check-run.t (98%)
