summaryrefslogtreecommitdiff
path: root/hooks/post-update
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/post-update')
-rw-r--r--hooks/post-update4
1 files changed, 4 insertions, 0 deletions
diff --git a/hooks/post-update b/hooks/post-update
index aec203d..97a89dd 100644
--- a/hooks/post-update
+++ b/hooks/post-update
@@ -21,6 +21,10 @@ for snippet in $PDIR/*/provides/zsh/*(.N); {
echo "source ${snippet/$HOME/\$HOME}" >> $PDIR/zsh/provided/includes
}
+# A machine rarely gets a new CPU, so why not do this here...
+echo export MAKEFLAGS=\
+\"j$(( $(grep '^processor' /proc/cpuinfo|wc -l) + 1 ))\" >> $PDIR/zsh/provided/env
+
cd $PDIR/zsh/etc
zcompile functions.zwc functions/*
zcompile completions.zwc completions/*