aboutsummaryrefslogtreecommitdiff
path: root/dist/isum.awk
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2018-11-16 00:01:10 -0500
committerRuss Cox <rsc@swtch.com>2018-11-16 00:03:24 -0500
commitad2d49503b1242be501ab92832400ef344a6afae (patch)
tree570718abece3a6e14dee4907f484280c0d6d7166 /dist/isum.awk
parent16d00819899260085ee10949012b07bf1c203db6 (diff)
downloadplan9port-ad2d49503b1242be501ab92832400ef344a6afae.tar.gz
plan9port-ad2d49503b1242be501ab92832400ef344a6afae.tar.bz2
plan9port-ad2d49503b1242be501ab92832400ef344a6afae.zip
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.
Diffstat (limited to 'dist/isum.awk')
-rw-r--r--dist/isum.awk2
1 files changed, 1 insertions, 1 deletions
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
}