aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xINSTALL1
-rw-r--r--dist/isum.awk2
2 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index bfb7f657..bfb0d5d7 100755
--- a/INSTALL
+++ b/INSTALL
@@ -104,6 +104,7 @@ if [ `uname` = SunOS ]; then
fi
if [ `uname` = Darwin ]; then
+ export NPROC=$(sysctl hw.ncpu | sed 's/hw.ncpu: //')
# On Darwin, uname -m -p cannot be trusted.
echo "* Running on Darwin: checking architecture..."
rm -f ./a.out
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
}