From: Eric Wong Date: Wed, 29 May 2019 08:45:49 +0000 (+0000) Subject: Merge branch 'v2-idx-progress' X-Git-Tag: v1.2.0~213 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=7187388231277606aaac3c00287f55ac7b604844;hp=5782c00d515df59933ec72ba53b6b243210d7c59 Merge branch 'v2-idx-progress' * v2-idx-progress: v2writable: show progress updates for index_sync index: support --verbose option v2writable: move index_sync options to sync state v2writable: use prototypes for internal subs v2writable: localize unindex-range.$EPOCH to $sync state v2writable: move {ranges} into $sync state v2writable: move {regen} into $sync state v2writable: move {reindex} field to $sync state v2writable: sync: move delete markers into $sync state v2writable: introduce $sync state and put mm_tmp in it --- diff --git a/Makefile.PL b/Makefile.PL index de0c49fd..b1274ad1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,9 +53,9 @@ sub MY::postamble { # support using eatmydata to speed up tests (apt-get install eatmydata): # https://www.flamingspork.com/projects/libeatmydata/ EATMYDATA = +N = \$\$(( \$\$(nproc 2>/dev/null || gnproc 2>/dev/null || echo 2) + 1 )) -include config.mak -include Documentation/include.mk -N = \$\$(( \$\$(nproc 2>/dev/null || gnproc 2>/dev/null || echo 2) + 1 )) SCRIPTS := scripts/ssoma-replay my_syntax := \$(addsuffix .syntax, $PM_FILES \$(EXE_FILES) \$(SCRIPTS)) @@ -69,7 +69,7 @@ check-manifest :: MANIFEST if git ls-files >\$?.gen 2>&1; then diff -u \$? \$?.gen; fi check:: pure_all check-manifest - \$(EATMYDATA) prove -lv -j\$(N) + \$(EATMYDATA) prove -lvw -j\$(N) lib/PublicInbox/UserContent.pm :: contrib/css/216dark.css \$(PERL) -I lib \$@ \$?