From ad2d49503b1242be501ab92832400ef344a6afae Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 16 Nov 2018 00:01:10 -0500 Subject: INSTALL: set $NPROC on macOS My MacBook Pro has hw.ncpu=12, so set NPROC=12. Speeds up INSTALL dramatically. Should probably add similar code to other OSes. Also silence rio warning from earlier commit. --- dist/isum.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/isum.awk') diff --git a/dist/isum.awk b/dist/isum.awk index 0d2f8721..081ba0ef 100644 --- a/dist/isum.awk +++ b/dist/isum.awk @@ -132,7 +132,7 @@ errors != 0 { next } -/(up to date|nothing to see|assuming it will be|loop not entered)/ { +/(up to date|nothing to see|assuming it will be|loop not entered|# WSYSTYPE)/ { next } -- cgit v1.2.3