X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Makefile.PL;h=61cb77b6ce7c5a8e9c7758d9f6f90db20c8b8795;hp=3cffe13356de55505b0c9afbf55c2977417c2739;hb=0c9bc00d62e027ebee873f51d51e3dd0832e6e41;hpb=17577bf82166f4967bb66cb120fc42ce5448fe54 diff --git a/Makefile.PL b/Makefile.PL index 3cffe133..61cb77b6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,10 +40,10 @@ sub MY::postamble { EATMYDATA = -include config.mak -include Documentation/include.mk +N ?= \$(shell echo \$\$(( \$\$(nproc 2>/dev/null || echo 2) + 1))) SCRIPTS := scripts/ssoma-replay my_syntax := \$(addsuffix .syntax, $PM_FILES \$(EXE_FILES) \$(SCRIPTS)) -N := \$(shell echo \$\$(( \$\$(nproc 2>/dev/null || echo 2) + 1))) %.syntax :: @\$(PERL) -I lib -c \$(subst .syntax,,\$@)